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