mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Reorient LayerView slider
Fix toolbar tooltip collisions Refactor use of colors.text_default
This commit is contained in:
parent
a1123655ff
commit
2477617155
7 changed files with 40 additions and 45 deletions
|
@ -33,7 +33,7 @@ Item
|
|||
//: Infill selection label
|
||||
text: catalog.i18nc("@label","Infill:");
|
||||
font: UM.Theme.fonts.default;
|
||||
color: UM.Theme.colors.text_default;
|
||||
color: UM.Theme.colors.text;
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: UM.Theme.sizes.default_margin.height
|
||||
anchors.left: parent.left
|
||||
|
@ -168,7 +168,7 @@ Item
|
|||
//: Helpers selection label
|
||||
text: catalog.i18nc("@label:listbox","Helpers:");
|
||||
font: UM.Theme.fonts.default;
|
||||
color: UM.Theme.colors.text_default;
|
||||
color: UM.Theme.colors.text;
|
||||
}
|
||||
}
|
||||
Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue