mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
finetuning of the inactive states
contributes to: issue CURA-184
This commit is contained in:
parent
e1c113a81a
commit
781ab5fdca
2 changed files with 8 additions and 5 deletions
|
@ -156,7 +156,7 @@ QtObject {
|
|||
|
||||
Label {
|
||||
id: tool_button_arrow
|
||||
opacity: !control.enabled ? 0.6 : 1.0
|
||||
opacity: !control.enabled ? 0.4 : 1.0
|
||||
anchors.right: parent.right;
|
||||
anchors.rightMargin: (UM.Theme.sizes.button.width - UM.Theme.sizes.button_icon.width - tool_button_arrow.width) / 2
|
||||
anchors.verticalCenter: parent.verticalCenter;
|
||||
|
@ -171,7 +171,7 @@ QtObject {
|
|||
label: Item {
|
||||
Image {
|
||||
anchors.centerIn: parent;
|
||||
opacity: !control.enabled ? 0.6 : 1.0
|
||||
opacity: !control.enabled ? 0.4 : 1.0
|
||||
source: control.iconSource;
|
||||
width: UM.Theme.sizes.button_icon.width;
|
||||
height: UM.Theme.sizes.button_icon.height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue