Browse Source

Remove commented out code

Co-Authored-By: nallath <nallath@gmail.com>
Ghostkeeper 6 years ago
parent
commit
de020b4c75
1 changed files with 1 additions and 2 deletions
  1. 1 2
      plugins/PreviewStage/PreviewMenu.qml

+ 1 - 2
plugins/PreviewStage/PreviewMenu.qml

@@ -40,7 +40,6 @@ Item
         Row
         Row
         {
         {
             anchors.centerIn: parent
             anchors.centerIn: parent
-            //spacing: UM.Theme.getSize("default_margin").width
             height: parent.height
             height: parent.height
 
 
             Cura.ExpandableComponent
             Cura.ExpandableComponent
@@ -138,4 +137,4 @@ Item
             }
             }
         }
         }
     }
     }
-}
+}