mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Fix color of some texts on Linux with dark theme
Use Label{} instead of Text{} CURA-1143
This commit is contained in:
parent
9fe3eb4f01
commit
27e3f8b33f
4 changed files with 15 additions and 15 deletions
|
@ -101,7 +101,7 @@ Item
|
|||
height: UM.Theme.getSize("standard_list_lineheight").height
|
||||
width: machineList.width
|
||||
}
|
||||
label: Text {
|
||||
label: Label {
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.getSize("standard_arrow").width + UM.Theme.getSize("default_margin").width
|
||||
text: control.text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue