mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add extra spacing between categories in the open project dialog
CURA-7609
This commit is contained in:
parent
ff4e4ccf55
commit
db857c8c20
1 changed files with 5 additions and 5 deletions
|
@ -80,7 +80,7 @@ UM.Dialog
|
|||
}
|
||||
Item // Spacer
|
||||
{
|
||||
height: spacerHeight
|
||||
height: 2 * spacerHeight
|
||||
width: height
|
||||
}
|
||||
|
||||
|
@ -195,7 +195,7 @@ UM.Dialog
|
|||
|
||||
Item // Spacer
|
||||
{
|
||||
height: spacerHeight
|
||||
height: 2 * spacerHeight
|
||||
width: height
|
||||
}
|
||||
Row
|
||||
|
@ -298,7 +298,7 @@ UM.Dialog
|
|||
}
|
||||
Item // Spacer
|
||||
{
|
||||
height: spacerHeight
|
||||
height: 2 * spacerHeight
|
||||
width: height
|
||||
}
|
||||
Row
|
||||
|
@ -360,7 +360,7 @@ UM.Dialog
|
|||
|
||||
Item // Spacer
|
||||
{
|
||||
height: spacerHeight
|
||||
height: 2 * spacerHeight
|
||||
width: height
|
||||
}
|
||||
|
||||
|
@ -402,7 +402,7 @@ UM.Dialog
|
|||
}
|
||||
Item // Spacer
|
||||
{
|
||||
height: spacerHeight
|
||||
height: 2 * spacerHeight
|
||||
width: height
|
||||
}
|
||||
Row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue