mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:29:05 +08:00
Update setting profile combobox to new style
CURA-8688
This commit is contained in:
parent
ac907ca451
commit
fc3f0a4ad3
@ -126,13 +126,10 @@ Item
|
||||
}
|
||||
}
|
||||
|
||||
background: Rectangle
|
||||
background: UM.UnderlineBackground
|
||||
{
|
||||
id: backgroundItem
|
||||
border.color: intentSelection.hovered ? UM.Theme.getColor("setting_control_border_highlight") : UM.Theme.getColor("setting_control_border")
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
radius: UM.Theme.getSize("default_radius").width
|
||||
color: UM.Theme.getColor("main_background")
|
||||
liningColor: intentSelection.hovered ? UM.Theme.getColor("border_main_light") : UM.Theme.getColor("border_field_light")
|
||||
}
|
||||
|
||||
UM.SimpleButton
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
"colors": {
|
||||
"main_background": "background_1",
|
||||
"detail_background": [63, 63, 63, 255],
|
||||
"detail_background": "background_2",
|
||||
"message_background": "background_1",
|
||||
"wide_lining": [31, 36, 39, 255],
|
||||
"thick_lining": [255, 255, 255, 60],
|
||||
|
Loading…
x
Reference in New Issue
Block a user