Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2020-08-05 09:16:10 +0300
committerRemco Burema <r.burema@ultimaker.com>2020-08-05 09:16:10 +0300
commitb394be35834d4f550ad87ef8ec41f24557822f75 (patch)
tree99189b89b52a2102f8ce32389c1ec16371aa53e2 /plugins/MonitorStage
parent60dd4f411badafff97750deb4a6854908c01ae90 (diff)
Remove superfluous theme entry.
It was messing with the dark side. Theme. I mean theme. part of CURA-7627
Diffstat (limited to 'plugins/MonitorStage')
-rw-r--r--plugins/MonitorStage/MonitorMain.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/MonitorStage/MonitorMain.qml b/plugins/MonitorStage/MonitorMain.qml
index a70c10ff0f..b24ed4ce1b 100644
--- a/plugins/MonitorStage/MonitorMain.qml
+++ b/plugins/MonitorStage/MonitorMain.qml
@@ -136,7 +136,7 @@ Rectangle
{
id: externalLinkIcon
anchors.verticalCenter: parent.verticalCenter
- color: UM.Theme.getColor("monitor_text_link")
+ color: UM.Theme.getColor("text_link")
source: UM.Theme.getIcon("external_link")
width: UM.Theme.getSize("monitor_external_link_icon").width
height: UM.Theme.getSize("monitor_external_link_icon").height
@@ -150,9 +150,8 @@ Rectangle
leftMargin: UM.Theme.getSize("narrow_margin").width
verticalCenter: externalLinkIcon.verticalCenter
}
- color: UM.Theme.getColor("monitor_text_link")
+ color: UM.Theme.getColor("text_link")
font: UM.Theme.getFont("medium")
- linkColor: UM.Theme.getColor("monitor_text_link")
text: catalog.i18nc("@label link to technical assistance", "View user manuals online")
renderType: Text.NativeRendering
}