Remove monitor_icon_size from theme

This commit is contained in:
Jaime van Kessel 2022-02-25 14:32:34 +01:00
parent 75ec6f508c
commit c356d37e06
2 changed files with 2 additions and 3 deletions

View file

@ -129,8 +129,8 @@ Rectangle
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
color: UM.Theme.getColor("text_link") color: UM.Theme.getColor("text_link")
source: UM.Theme.getIcon("LinkExternal") source: UM.Theme.getIcon("LinkExternal")
width: UM.Theme.getSize("monitor_external_link_icon").width width: UM.Theme.getSize("icon_indicator").width
height: UM.Theme.getSize("monitor_external_link_icon").height height: UM.Theme.getSize("icon_indicator").height
} }
Label Label
{ {

View file

@ -553,7 +553,6 @@
"monitor_shadow_radius": [0.4, 0.4], "monitor_shadow_radius": [0.4, 0.4],
"monitor_empty_state_offset": [5.6, 5.6], "monitor_empty_state_offset": [5.6, 5.6],
"monitor_empty_state_size": [35.0, 25.0], "monitor_empty_state_size": [35.0, 25.0],
"monitor_external_link_icon": [1.16, 1.16],
"monitor_column": [18.0, 1.0], "monitor_column": [18.0, 1.0],
"monitor_progress_bar": [16.5, 1.0], "monitor_progress_bar": [16.5, 1.0],