mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Merge remote-tracking branch 'origin/CURA-8688_qt6_cleanup' into CURA-8688_qt6_cleanup
This commit is contained in:
commit
6274a6e15b
3 changed files with 6 additions and 9 deletions
|
@ -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],
|
||||
|
|
|
@ -293,8 +293,8 @@
|
|||
"setting_category_disabled_text": [24, 41, 77, 101],
|
||||
"setting_category_active_text": [35, 35, 35, 255],
|
||||
|
||||
"setting_control": [255, 255, 255, 255],
|
||||
"setting_control_highlight": [255, 255, 255, 255],
|
||||
"setting_control": "background_2",
|
||||
"setting_control_highlight": "background_2",
|
||||
"setting_control_border": [199, 199, 199, 255],
|
||||
"setting_control_border_highlight": [50, 130, 255, 255],
|
||||
"setting_control_text": [35, 35, 35, 255],
|
||||
|
@ -308,7 +308,7 @@
|
|||
"setting_validation_error": [127, 127, 127, 255],
|
||||
"setting_validation_warning_background": [255, 145, 62, 255],
|
||||
"setting_validation_warning": [127, 127, 127, 255],
|
||||
"setting_validation_ok": [255, 255, 255, 255],
|
||||
"setting_validation_ok": "background_2",
|
||||
|
||||
"material_compatibility_warning": [243, 166, 59, 255],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue