Просмотр исходного кода

CURA-3397 Reduce tableView height to show buttons

Lipu Fei 8 лет назад
Родитель
Сommit
1c15d24e5b
1 измененных файлов с 1 добавлено и 1 удалено
  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.left: parent.left
             anchors.right: parent.right
-            height: base.height - 130
+            height: base.height - 200
             id: tableView
             Component
             {