mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Readable text in dark mode.
part of CURA-7627
This commit is contained in:
parent
f6eddc12fd
commit
60dd4f411b
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ Item
|
|||
}
|
||||
text: details && details.name ? details.name : ""
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
color: UM.Theme.getColor("text_medium")
|
||||
wrapMode: Text.WordWrap
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("toolbox_property_label").height
|
||||
|
@ -68,6 +69,7 @@ Item
|
|||
id: description
|
||||
text: details && details.description ? details.description : ""
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text_medium")
|
||||
anchors
|
||||
{
|
||||
top: title.bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue