mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Suggested changes
CURA-8849
This commit is contained in:
parent
142f1823b3
commit
6f8470167f
3 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,7 @@ Rectangle
|
|||
id: base
|
||||
height: 60
|
||||
Layout.fillWidth: true
|
||||
color: mouseArea.containsMouse || selected ? UM.Theme.getColor("um_blue_1") : UM.Theme.getColor("background_1")
|
||||
color: mouseArea.containsMouse || selected ? UM.Theme.getColor("background_3") : UM.Theme.getColor("background_1")
|
||||
|
||||
property bool selected: false
|
||||
property string profileName: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue