Add extra spacing between categories in the open project dialog

CURA-7609
This commit is contained in:
Kostas Karmas 2020-08-03 09:21:16 +02:00
parent ff4e4ccf55
commit db857c8c20

View file

@ -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