mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 12:09:13 +08:00
Set correct text highlight color for TextField
CURA-8688
This commit is contained in:
parent
1f39a1b87f
commit
cc29e2398b
@ -24,6 +24,7 @@ TextField
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
renderType: Text.NativeRendering
|
||||
selectionColor: UM.Theme.getColor("text_selection")
|
||||
leftPadding: iconLeft.visible ? iconLeft.width + UM.Theme.getSize("default_margin").width * 2 : UM.Theme.getSize("thin_margin").width
|
||||
|
||||
states: [
|
||||
|
@ -206,7 +206,6 @@
|
||||
"text_selection": [156, 195, 255, 127],
|
||||
"border": [127, 127, 127, 255],
|
||||
"border_field": [180, 180, 180, 255],
|
||||
"text_selection": [156,195, 255, 127],
|
||||
"secondary": [240, 240, 240, 255],
|
||||
|
||||
"icon": [8, 7, 63, 255],
|
||||
|
Loading…
x
Reference in New Issue
Block a user