mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Align colors disabled settings textfield (5 min fix).
CURA-9252
This commit is contained in:
parent
509b7d65d5
commit
76d5f92975
2 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ SettingItem
|
|||
color: {
|
||||
if(!enabled)
|
||||
{
|
||||
return UM.Theme.getColor("text_field")
|
||||
return UM.Theme.getColor("setting_control_disabled")
|
||||
}
|
||||
switch(propertyProvider.properties.validationState)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue