Browse Source

Fix margin between tools and extruders

fieldOfView 7 years ago
parent
commit
0308d3d9d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Toolbar.qml

+ 1 - 1
resources/qml/Toolbar.qml

@@ -67,7 +67,7 @@ Item
             }
         }
 
-        Item { height: UM.Theme.getSize("default_margin").height; width: UM.Theme.getSize("default_lining"); visible: extruders.count > 0 }
+        Item { height: UM.Theme.getSize("default_margin").height; width: UM.Theme.getSize("default_lining").width; visible: extruders.count > 0 }
 
         Repeater
         {