mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08:00
Readable text in dark mode.
part of CURA-7627
This commit is contained in:
parent
f6eddc12fd
commit
60dd4f411b
@ -58,6 +58,7 @@ Item
|
|||||||
}
|
}
|
||||||
text: details && details.name ? details.name : ""
|
text: details && details.name ? details.name : ""
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
|
color: UM.Theme.getColor("text_medium")
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: UM.Theme.getSize("toolbox_property_label").height
|
height: UM.Theme.getSize("toolbox_property_label").height
|
||||||
@ -68,6 +69,7 @@ Item
|
|||||||
id: description
|
id: description
|
||||||
text: details && details.description ? details.description : ""
|
text: details && details.description ? details.description : ""
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
|
color: UM.Theme.getColor("text_medium")
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: title.bottom
|
top: title.bottom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user