From fa242bd02109f58729d1d37761e0d66c81f41bf5 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Thu, 25 Jun 2015 11:54:38 +0200 Subject: [PATCH] Remove sidebar right margin Contributes to Ultimaker/Uranium#24 --- resources/qml/Cura.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 9756b3550f..226f4f59a9 100644 --- a/resources/qml/Cura.qml +++ b/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;