From 3b7a5f65c65f651fe8f596d1818b59e1da7766eb Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Mon, 21 Sep 2015 17:31:30 +0200 Subject: [PATCH] Adds visible depth to the printsettings commits to: issue CURA-177 --- resources/themes/cura/styles.qml | 3 +-- resources/themes/cura/theme.json | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml index f0eb0dd1e8..ae162ff2e6 100644 --- a/resources/themes/cura/styles.qml +++ b/resources/themes/cura/styles.qml @@ -334,10 +334,9 @@ QtObject { minimumPointSize: 8 } UM.RecolorImage { - id: lengthIcon anchors.verticalCenter: parent.verticalCenter anchors.right: parent.right - anchors.rightMargin: UM.Theme.sizes.default_margin.width * 2 + anchors.rightMargin: UM.Theme.sizes.default_margin.width * 2 - width / 2 width: UM.Theme.sizes.standard_arrow.width height: UM.Theme.sizes.standard_arrow.height sourceSize.width: width diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json index d1c0c628f9..7d18436d54 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -100,6 +100,7 @@ "setting_control_highlight": [245, 245, 245, 255], "setting_control_border": [174, 174, 174, 255], "setting_control_text": [0, 0, 0, 255], + "setting_control_depth_line": [162, 192, 227, 255], "setting_control_hover": [139, 143, 153, 255], "setting_control_selected": [35, 35, 35, 255], "setting_control_revert": [85, 85, 85, 255], @@ -166,8 +167,9 @@ "section_icon_column": [2.8, 0.0], "setting": [21.0, 1.8], - "setting_control": [7.5, 2.0], - "setting_control_margin": [3.0, 3.0], + "setting_control": [7.0, 2.0], + "setting_control_depth_margin": [1.4, 0.0], + "setting_control_margin": [0.0, 0.0], "setting_unit_margin": [0.5, 0.5], "setting_text_maxwidth": [40.0, 0.0],