Browse Source

Move SaveButton downwards

CURA-4490

Move SaveButton downwards so it doesn't overlay with the estimated print
time in some language.
Lipu Fei 7 years ago
parent
commit
e4fec1f63d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/SaveButton.qml

+ 2 - 2
resources/qml/SaveButton.qml

@@ -91,8 +91,8 @@ Item {
         id: saveRow
         width: base.width
         height: saveToButton.height
-        anchors.top: progressBar.bottom
-        anchors.topMargin: UM.Theme.getSize("sidebar_margin").height
+        anchors.bottom: parent.bottom
+        anchors.bottomMargin: UM.Theme.getSize("sidebar_margin").height
         anchors.left: parent.left
 
         Row {