Add styling for disabled controls

Contributes to CURA-573
This commit is contained in:
fieldOfView 2016-03-14 15:58:25 +01:00
parent d668438d1f
commit eb8a1bea8d
2 changed files with 6 additions and 0 deletions

View file

@ -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");