mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 14:59:02 +08:00
Let button inactive opacity be defined by theme colours
They have an alpha channel. Let's put it to use... Contributes to issue CURA-4148.
This commit is contained in:
parent
f88ffee638
commit
d50f498fef
@ -291,7 +291,6 @@ QtObject {
|
||||
|
||||
UM.RecolorImage {
|
||||
id: tool_button_arrow
|
||||
opacity: !control.enabled ? 0.2 : 1.0
|
||||
anchors.right: parent.right;
|
||||
anchors.rightMargin: (Theme.getSize("button").width - Theme.getSize("button_icon").width) / 4
|
||||
anchors.bottom: parent.bottom;
|
||||
|
Loading…
x
Reference in New Issue
Block a user