From cb1484ee63f9cba6f2210bdc3232b7af5e31f9bd Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Wed, 3 Jan 2018 12:52:32 +0100 Subject: [PATCH] CURA-4525 update size and margins of objects list --- resources/qml/Cura.qml | 4 ---- resources/themes/cura-light/theme.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index ec9773679a..39834b88b3 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -383,10 +383,6 @@ UM.MainWindow { bottom: parent.bottom; left: parent.left; - leftMargin: UM.Theme.getSize("default_margin").width; - rightMargin: UM.Theme.getSize("default_margin").width; - topMargin: UM.Theme.getSize("default_margin").height; - bottomMargin: UM.Theme.getSize("default_margin").height; } } diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 5b3e2f019a..53bef1e7d9 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -394,7 +394,7 @@ "jobspecs_line": [2.0, 2.0], "objects_menu_size": [20, 40], - "objects_menu_size_collapsed": [15, 17], + "objects_menu_size_collapsed": [20, 17], "build_plate_selection_size": [15, 5], "objects_menu_button": [0.3, 2.7] }