From e19323d38b3187251eacbd78b3fb2419c02bfff6 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Wed, 23 Jan 2019 14:47:59 +0100 Subject: [PATCH] Fix mising theme key --- .../resources/qml/MonitorContextMenuButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenuButton.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenuButton.qml index 5cd3404870..3e4f1839b6 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenuButton.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenuButton.qml @@ -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