mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Adjusted color for the extruder counter number in left toolbox and added
extra margin-right in sidebar_category CURA-4148
This commit is contained in:
parent
a6e90270cf
commit
a288668bae
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue