Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Karmas <konskarm@gmail.com>2020-08-03 10:21:16 +0300
committerKostas Karmas <konskarm@gmail.com>2020-08-03 10:21:16 +0300
commitdb857c8c20d02db7dad5e2386008692f4620c09f (patch)
treec4dbbe6e3a54a248d26b6584e1dcec29522c0f31 /plugins/3MFReader/WorkspaceDialog.qml
parentff4e4ccf55a130e7ae152d007804426eb0cdb78f (diff)
Add extra spacing between categories in the open project dialog
CURA-7609
Diffstat (limited to 'plugins/3MFReader/WorkspaceDialog.qml')
-rw-r--r--plugins/3MFReader/WorkspaceDialog.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml
index d206902ec3..48e93a3d3b 100644
--- a/plugins/3MFReader/WorkspaceDialog.qml
+++ b/plugins/3MFReader/WorkspaceDialog.qml
@@ -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