mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:35:54 +08:00
Fix mising theme key
This commit is contained in:
parent
9de3fb9bb4
commit
e19323d38b
@ -18,7 +18,7 @@ Button
|
|||||||
width: base.width
|
width: base.width
|
||||||
}
|
}
|
||||||
contentItem: Label {
|
contentItem: Label {
|
||||||
color: UM.Theme.getColor("monitor_context_menu_dots")
|
color: UM.Theme.getColor("monitor_text_primary")
|
||||||
font.pixelSize: 32 * screenScaleFactor
|
font.pixelSize: 32 * screenScaleFactor
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: base.text
|
text: base.text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user