From a288668baecae9ab587d66c59b010aa484ca9bad Mon Sep 17 00:00:00 2001 From: alekseisasin Date: Fri, 1 Sep 2017 17:45:50 +0200 Subject: [PATCH] Adjusted color for the extruder counter number in left toolbox and added extra margin-right in sidebar_category CURA-4148 --- resources/themes/cura-light/styles.qml | 2 +- resources/themes/cura-light/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/themes/cura-light/styles.qml b/resources/themes/cura-light/styles.qml index 9b28af0dfb..2d40a0e8d0 100755 --- a/resources/themes/cura-light/styles.qml +++ b/resources/themes/cura-light/styles.qml @@ -482,7 +482,7 @@ QtObject { id: category_arrow anchors.verticalCenter: parent.verticalCenter anchors.right: parent.right - anchors.rightMargin: Theme.getSize("default_margin").width * 2 - width / 2 + anchors.rightMargin: Theme.getSize("default_margin").width * 3 - width / 2 width: Theme.getSize("standard_arrow").width height: Theme.getSize("standard_arrow").height sourceSize.width: width diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 7e923a7e8e..eb9fb72db6 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -90,7 +90,7 @@ "button_text_active": [255, 255, 255, 255], "button_text_active_hover": [255, 255, 255, 255], "button_disabled": [24, 41, 77, 255], - "button_disabled_text": [70, 84, 113, 51], + "button_disabled_text": [255, 255, 255, 101], "button_tooltip": [12, 169, 227, 255], "button_tooltip_border": [24, 41, 77, 255],