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>2017-01-23 17:06:49 +0300
committerJaime van Kessel <nallath@gmail.com>2017-01-23 17:08:37 +0300
commit3d58bd4d4934bdb19c71400dca38bd8a60febdab (patch)
tree70b28829c74cc17e1697952b6e3bdb8261716792 /resources
parent98bad05b7bb23f11c4f3637f7faaec1bdfea9eda (diff)
Workspace & load image dialog can now be resized
CURA-3247
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/WorkspaceSummaryDialog.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/qml/WorkspaceSummaryDialog.qml b/resources/qml/WorkspaceSummaryDialog.qml
index 2072ddb1e7..4c0a7bf86d 100644
--- a/resources/qml/WorkspaceSummaryDialog.qml
+++ b/resources/qml/WorkspaceSummaryDialog.qml
@@ -15,11 +15,10 @@ UM.Dialog
width: 550
minimumWidth: 550
- maximumWidth: 550
height: 350
minimumHeight: 350
- maximumHeight: 350
+
property int spacerHeight: 10
property bool dontShowAgain: true