mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
Align colors disabled settings textfield (5 min fix).
CURA-9252
This commit is contained in:
parent
509b7d65d5
commit
76d5f92975
@ -60,7 +60,7 @@ SettingItem
|
|||||||
color: {
|
color: {
|
||||||
if(!enabled)
|
if(!enabled)
|
||||||
{
|
{
|
||||||
return UM.Theme.getColor("text_field")
|
return UM.Theme.getColor("setting_control_disabled")
|
||||||
}
|
}
|
||||||
switch(propertyProvider.properties.validationState)
|
switch(propertyProvider.properties.validationState)
|
||||||
{
|
{
|
||||||
|
@ -313,7 +313,7 @@
|
|||||||
"setting_control_text": [35, 35, 35, 255],
|
"setting_control_text": [35, 35, 35, 255],
|
||||||
"setting_control_button": [102, 102, 102, 255],
|
"setting_control_button": [102, 102, 102, 255],
|
||||||
"setting_control_button_hover": [8, 7, 63, 255],
|
"setting_control_button_hover": [8, 7, 63, 255],
|
||||||
"setting_control_disabled": [245, 245, 245, 255],
|
"setting_control_disabled": "background_2",
|
||||||
"setting_control_disabled_text": [127, 127, 127, 255],
|
"setting_control_disabled_text": [127, 127, 127, 255],
|
||||||
"setting_control_disabled_border": [127, 127, 127, 255],
|
"setting_control_disabled_border": [127, 127, 127, 255],
|
||||||
"setting_unit": [127, 127, 127, 255],
|
"setting_unit": [127, 127, 127, 255],
|
||||||
@ -364,7 +364,7 @@
|
|||||||
"text_field": "background_1",
|
"text_field": "background_1",
|
||||||
"text_field_border": [180, 180, 180, 255],
|
"text_field_border": [180, 180, 180, 255],
|
||||||
"text_field_border_hovered": "border_main",
|
"text_field_border_hovered": "border_main",
|
||||||
"text_field_border_disabled": "border_main",
|
"text_field_border_disabled": "background_2",
|
||||||
"text_field_text": "text_default",
|
"text_field_text": "text_default",
|
||||||
"text_field_text_disabled": "text_disabled",
|
"text_field_text_disabled": "text_disabled",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user