mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 05:58:58 +08:00
Add extra spacing between categories in the open project dialog
CURA-7609
This commit is contained in:
parent
ff4e4ccf55
commit
db857c8c20
@ -80,7 +80,7 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
Item // Spacer
|
Item // Spacer
|
||||||
{
|
{
|
||||||
height: spacerHeight
|
height: 2 * spacerHeight
|
||||||
width: height
|
width: height
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -195,7 +195,7 @@ UM.Dialog
|
|||||||
|
|
||||||
Item // Spacer
|
Item // Spacer
|
||||||
{
|
{
|
||||||
height: spacerHeight
|
height: 2 * spacerHeight
|
||||||
width: height
|
width: height
|
||||||
}
|
}
|
||||||
Row
|
Row
|
||||||
@ -298,7 +298,7 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
Item // Spacer
|
Item // Spacer
|
||||||
{
|
{
|
||||||
height: spacerHeight
|
height: 2 * spacerHeight
|
||||||
width: height
|
width: height
|
||||||
}
|
}
|
||||||
Row
|
Row
|
||||||
@ -360,7 +360,7 @@ UM.Dialog
|
|||||||
|
|
||||||
Item // Spacer
|
Item // Spacer
|
||||||
{
|
{
|
||||||
height: spacerHeight
|
height: 2 * spacerHeight
|
||||||
width: height
|
width: height
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -402,7 +402,7 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
Item // Spacer
|
Item // Spacer
|
||||||
{
|
{
|
||||||
height: spacerHeight
|
height: 2 * spacerHeight
|
||||||
width: height
|
width: height
|
||||||
}
|
}
|
||||||
Row
|
Row
|
||||||
|
Loading…
x
Reference in New Issue
Block a user