mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 17:45:45 +08:00
CURA-4526 Add colors to themes for selected handles
This commit is contained in:
parent
50308c6e39
commit
0f6d65950a
@ -133,6 +133,7 @@
|
|||||||
"slider_groove_fill": [245, 245, 245, 255],
|
"slider_groove_fill": [245, 245, 245, 255],
|
||||||
"slider_handle": [255, 255, 255, 255],
|
"slider_handle": [255, 255, 255, 255],
|
||||||
"slider_handle_hover": [77, 182, 226, 255],
|
"slider_handle_hover": [77, 182, 226, 255],
|
||||||
|
"slider_handle_active": [68, 192, 255, 255],
|
||||||
"slider_handle_border": [39, 44, 48, 255],
|
"slider_handle_border": [39, 44, 48, 255],
|
||||||
"slider_text_background": [255, 255, 255, 255],
|
"slider_text_background": [255, 255, 255, 255],
|
||||||
|
|
||||||
|
@ -269,6 +269,7 @@ QtObject {
|
|||||||
arrowSize: Theme.getSize("button_tooltip_arrow").width
|
arrowSize: Theme.getSize("button_tooltip_arrow").width
|
||||||
color: Theme.getColor("button_tooltip")
|
color: Theme.getColor("button_tooltip")
|
||||||
opacity: control.hovered ? 1.0 : 0.0;
|
opacity: control.hovered ? 1.0 : 0.0;
|
||||||
|
visible: control.text != ""
|
||||||
|
|
||||||
width: control.hovered ? button_tip.width + Theme.getSize("button_tooltip").width : 0
|
width: control.hovered ? button_tip.width + Theme.getSize("button_tooltip").width : 0
|
||||||
height: Theme.getSize("button_tooltip").height
|
height: Theme.getSize("button_tooltip").height
|
||||||
|
@ -183,6 +183,7 @@
|
|||||||
"slider_groove_fill": [127, 127, 127, 255],
|
"slider_groove_fill": [127, 127, 127, 255],
|
||||||
"slider_handle": [0, 0, 0, 255],
|
"slider_handle": [0, 0, 0, 255],
|
||||||
"slider_handle_hover": [77, 182, 226, 255],
|
"slider_handle_hover": [77, 182, 226, 255],
|
||||||
|
"slider_handle_active": [68, 192, 255, 255],
|
||||||
"slider_handle_border": [39, 44, 48, 255],
|
"slider_handle_border": [39, 44, 48, 255],
|
||||||
"slider_text_background": [255, 255, 255, 255],
|
"slider_text_background": [255, 255, 255, 255],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user