mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Adjust color-scheme for button restyle.
Also changed ligh theme. part of CURA-8012
This commit is contained in:
parent
e5d77a46d6
commit
e3dc5bc460
5 changed files with 23 additions and 30 deletions
|
@ -24,10 +24,10 @@ Button
|
|||
property color disabledColor: color
|
||||
property color textColor: UM.Theme.getColor("button_text")
|
||||
property color textHoverColor: textColor
|
||||
property color textDisabledColor: textColor
|
||||
property color textDisabledColor: disabledColor
|
||||
property color outlineColor: color
|
||||
property color outlineHoverColor: hoverColor
|
||||
property color outlineDisabledColor: outlineColor
|
||||
property color outlineHoverColor: outlineColor
|
||||
property color outlineDisabledColor: disabledColor
|
||||
property alias busy: busyIndicator.visible
|
||||
|
||||
property bool underlineTextOnHover: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue