Browse Source

Fix size of setting extruder swatch

Jaime van Kessel 2 years ago
parent
commit
f1761a17d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Settings/SettingExtruder.qml

+ 1 - 1
resources/qml/Settings/SettingExtruder.qml

@@ -154,7 +154,7 @@ SettingItem
             background: Rectangle
             {
                 id: swatch
-                height: Math.round(parent.height / 2)
+                height: UM.Theme.getSize("standard_arrow").width
                 width: height
                 radius: Math.round(width / 2)
                 anchors.right: parent.right