CURA-3397 Reduce tableView height to show buttons

This commit is contained in:
Lipu Fei 2017-03-06 12:37:29 +01:00
parent c9254a3095
commit 1c15d24e5b

View file

@ -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
{