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:
authorJaime van Kessel <nallath@gmail.com>2022-03-25 12:29:36 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-25 12:29:36 +0300
commitf043750f7007373974c693f30a0bf6e4524914ea (patch)
tree3130e32fb8f44875532f9d53e83c5fe3c98e5327 /plugins/3MFReader/WorkspaceDialog.qml
parent0dda27094edfabf9e588a15c658a6b29b7115f9f (diff)
Fix errors in workspace dialog
Diffstat (limited to 'plugins/3MFReader/WorkspaceDialog.qml')
-rw-r--r--plugins/3MFReader/WorkspaceDialog.qml13
1 files changed, 6 insertions, 7 deletions
diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml
index 898b1ea993..e8739dcf64 100644
--- a/plugins/3MFReader/WorkspaceDialog.qml
+++ b/plugins/3MFReader/WorkspaceDialog.qml
@@ -17,8 +17,7 @@ UM.Dialog
minimumWidth: UM.Theme.getSize("popup_dialog").width
minimumHeight: UM.Theme.getSize("popup_dialog").height
width: minimumWidth
- height: Math.max(dialogSummaryItem.height + 2 * buttonsItem.height, minimumHeight) // 2 * button height to also have some extra space around the button relative to the button size
-
+
property int comboboxHeight: UM.Theme.getSize("default_margin").height
onClosing: manager.notifyClosed()
@@ -67,7 +66,7 @@ UM.Dialog
Column
{
width: parent.width
- height: cildrenRect.height
+ height: childrenRect.height
UM.Label
{
@@ -149,7 +148,7 @@ UM.Dialog
Column
{
width: parent.width
- height: cildrenRect.height
+ height: childrenRect.height
UM.Label
{
@@ -225,7 +224,7 @@ UM.Dialog
Column
{
width: parent.width
- height: cildrenRect.height
+ height: childrenRect.height
UM.Label
{
@@ -341,7 +340,7 @@ UM.Dialog
Column
{
width: parent.width
- height: cildrenRect.height
+ height: childrenRect.height
Row
{
height: childrenRect.height
@@ -382,7 +381,7 @@ UM.Dialog
Column
{
width: parent.width
- height: cildrenRect.height
+ height: childrenRect.height
UM.Label
{