Browse Source

Increase margins around configuration item

As per the design.

Contributes to issue CURA-5876.
Ghostkeeper 6 years ago
parent
commit
0a71a9dd3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml

+ 1 - 1
resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml

@@ -27,7 +27,7 @@ Button
         {
             id: contentColumn
             width: parent.width
-            padding: UM.Theme.getSize("default_margin").width
+            padding: UM.Theme.getSize("wide_margin").width
             spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
 
             Row