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:
authorRemco Burema <r.burema@ultimaker.com>2019-02-14 13:21:01 +0300
committerRemco Burema <r.burema@ultimaker.com>2019-02-14 13:21:01 +0300
commita392f50a67cbc8300140200b68dfb345cabdc9f5 (patch)
treebc5f8e5862654857a0b71833c5bbd91cfbb61946 /resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
parenta8f66a558cd6e06f3e6fa3c6c7e202ee71772598 (diff)
Small fix for glue-warning height in Ext.-config.
Diffstat (limited to 'resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml')
-rw-r--r--resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
index 4568ed8f32..f11047c2c6 100644
--- a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
+++ b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
@@ -340,7 +340,7 @@ Item
Item
{
width: selectors.controlWidth
- height: parent.height
+ height: childrenRect.height
UM.RecolorImage
{