mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Add styling for disabled controls
Contributes to CURA-573
This commit is contained in:
parent
d668438d1f
commit
eb8a1bea8d
2 changed files with 6 additions and 0 deletions
|
@ -295,6 +295,9 @@ QtObject {
|
|||
controlBorderHighlightColor: Theme.getColor("setting_control_border_highlight");
|
||||
controlTextColor: Theme.getColor("setting_control_text");
|
||||
controlBorderWidth: Theme.getSize("default_lining").width;
|
||||
controlDisabledColor: Theme.getColor("setting_control_disabled");
|
||||
controlDisabledTextColor: Theme.getColor("setting_control_disabled_text");
|
||||
controlDisabledBorderColor: Theme.getColor("setting_control_disabled_border");
|
||||
controlFont: Theme.getFont("default");
|
||||
|
||||
validationErrorColor: Theme.getColor("setting_validation_error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue