mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove monitor_icon_size from theme
This commit is contained in:
parent
75ec6f508c
commit
c356d37e06
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -553,7 +553,6 @@
|
|||
"monitor_shadow_radius": [0.4, 0.4],
|
||||
"monitor_empty_state_offset": [5.6, 5.6],
|
||||
"monitor_empty_state_size": [35.0, 25.0],
|
||||
"monitor_external_link_icon": [1.16, 1.16],
|
||||
"monitor_column": [18.0, 1.0],
|
||||
"monitor_progress_bar": [16.5, 1.0],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue