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:
authorJaime van Kessel <nallath@gmail.com>2022-02-25 16:32:34 +0300
committerJaime van Kessel <nallath@gmail.com>2022-02-25 16:32:34 +0300
commitc356d37e06a3a580d6e679955221530e174e3dda (patch)
tree0b71cee9e99aa4081c579224ddc6ac4761896599 /plugins/MonitorStage
parent75ec6f508ca7a7133a12a158f2d720479aa8ad46 (diff)
Remove monitor_icon_size from theme
Diffstat (limited to 'plugins/MonitorStage')
-rw-r--r--plugins/MonitorStage/MonitorMain.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MonitorStage/MonitorMain.qml b/plugins/MonitorStage/MonitorMain.qml
index ab98fa5f7c..aa717ce95c 100644
--- a/plugins/MonitorStage/MonitorMain.qml
+++ b/plugins/MonitorStage/MonitorMain.qml
@@ -129,8 +129,8 @@ Rectangle
anchors.verticalCenter: parent.verticalCenter
color: UM.Theme.getColor("text_link")
source: UM.Theme.getIcon("LinkExternal")
- width: UM.Theme.getSize("monitor_external_link_icon").width
- height: UM.Theme.getSize("monitor_external_link_icon").height
+ width: UM.Theme.getSize("icon_indicator").width
+ height: UM.Theme.getSize("icon_indicator").height
}
Label
{