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:
Diffstat (limited to 'resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml')
-rw-r--r--resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml8
1 files changed, 3 insertions, 5 deletions
diff --git a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml
index 046efe8b5b..e53aa693e1 100644
--- a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml
+++ b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml
@@ -15,10 +15,8 @@ Item
id: content
property int absoluteMinimumHeight: 200 * screenScaleFactor
-
- width: UM.Theme.getSize("print_setup_widget").width - 2 * UM.Theme.getSize("default_margin").width
- height: contents.height + buttonRow.height
-
+ implicitWidth: UM.Theme.getSize("print_setup_widget").width
+ implicitHeight: contents.height + buttonRow.height
enum Mode
{
Recommended = 0,
@@ -227,7 +225,7 @@ Item
color: UM.Theme.getColor("lining")
}
- UM.RecolorImage
+ UM.ColorImage
{
width: UM.Theme.getSize("drag_icon").width
height: UM.Theme.getSize("drag_icon").height