Browse Source

Fixed layout of discard dialog

Jaime van Kessel 8 years ago
parent
commit
2f3998b9db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/DiscardOrKeepProfileChangesDialog.qml

+ 1 - 1
resources/qml/DiscardOrKeepProfileChangesDialog.qml

@@ -64,7 +64,7 @@ UM.Dialog
             anchors.margins: UM.Theme.getSize("default_margin").width
             anchors.margins: UM.Theme.getSize("default_margin").width
             anchors.left: parent.left
             anchors.left: parent.left
             anchors.right: parent.right
             anchors.right: parent.right
-            height: base.height - 100
+            height: base.height - 130
             id: tableView
             id: tableView
             Component
             Component
             {
             {