mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Merge branch 'master' into feature_setting_visibility_profiles
This commit is contained in:
commit
69d7bf4130
414 changed files with 40051 additions and 22967 deletions
|
@ -43,6 +43,7 @@
|
|||
"sidebar_header_text_hover": [255, 255, 255, 255],
|
||||
"sidebar_header_text_inactive": [255, 255, 255, 127],
|
||||
"sidebar_lining": [31, 36, 39, 255],
|
||||
"sidebar_lining_thin": [255, 255, 255, 30],
|
||||
|
||||
"button": [39, 44, 48, 255],
|
||||
"button_hover": [39, 44, 48, 255],
|
||||
|
|
|
@ -864,9 +864,10 @@ QtObject {
|
|||
}
|
||||
}
|
||||
label: Label {
|
||||
text: control.text;
|
||||
color: Theme.getColor("checkbox_text");
|
||||
font: Theme.getFont("default");
|
||||
text: control.text
|
||||
color: Theme.getColor("checkbox_text")
|
||||
font: Theme.getFont("default")
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
"sidebar_header_text_active": [255, 255, 255, 255],
|
||||
"sidebar_header_text_hover": [255, 255, 255, 255],
|
||||
"sidebar_lining": [245, 245, 245, 255],
|
||||
"sidebar_lining_thin": [127, 127, 127, 255],
|
||||
|
||||
"button": [31, 36, 39, 255],
|
||||
"button_hover": [68, 72, 75, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue