mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Fix mising theme key
This commit is contained in:
parent
9de3fb9bb4
commit
e19323d38b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue