mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Remove SettingItemStyle from the cura theme
As it is no longer needed
This commit is contained in:
parent
3bfe18e76f
commit
d761409bf2
1 changed files with 0 additions and 29 deletions
|
@ -280,35 +280,6 @@ QtObject {
|
|||
}
|
||||
}
|
||||
|
||||
property variant setting_item: UM.SettingItemStyle {
|
||||
labelFont: Theme.getFont("default");
|
||||
labelColor: Theme.getColor("setting_control_text");
|
||||
|
||||
spacing: Theme.getSize("default_lining").height;
|
||||
fixedHeight: Theme.getSize("setting").height;
|
||||
|
||||
controlWidth: Theme.getSize("setting_control").width;
|
||||
controlRightMargin: Theme.getSize("setting_control_margin").width;
|
||||
controlColor: Theme.getColor("setting_control");
|
||||
controlHighlightColor: Theme.getColor("setting_control_highlight");
|
||||
controlBorderColor: Theme.getColor("setting_control_border");
|
||||
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");
|
||||
validationWarningColor: Theme.getColor("setting_validation_warning");
|
||||
validationOkColor: Theme.getColor("setting_validation_ok");
|
||||
|
||||
unitRightMargin: Theme.getSize("setting_unit_margin").width;
|
||||
unitColor: Theme.getColor("setting_unit");
|
||||
unitFont: Theme.getFont("default");
|
||||
}
|
||||
|
||||
property Component combobox: Component {
|
||||
ComboBoxStyle {
|
||||
background: Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue