Browse Source

Remove sidebar right margin

Contributes to Ultimaker/Uranium#24
Arjen Hiemstra 9 years ago
parent
commit
fa242bd021
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/qml/Cura.qml

+ 0 - 1
resources/qml/Cura.qml

@@ -272,7 +272,6 @@ UM.MainWindow {
                     top: parent.top;
                     bottom: parent.bottom;
                     right: parent.right;
-                    rightMargin: UM.Theme.sizes.window_margin.width;
                 }
 
                 width: UM.Theme.sizes.panel.width;