mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -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
|
||||
}
|
||||
contentItem: Label {
|
||||
color: UM.Theme.getColor("monitor_context_menu_dots")
|
||||
color: UM.Theme.getColor("monitor_text_primary")
|
||||
font.pixelSize: 32 * screenScaleFactor
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: base.text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue