mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge branch '2.5'
This commit is contained in:
commit
c1ca2ac09a
2 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ UM.Dialog
|
|||
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: base.height - 200
|
||||
height: base.height - 150
|
||||
id: tableView
|
||||
Component
|
||||
{
|
||||
|
|
@ -167,7 +167,7 @@ UM.Dialog
|
|||
anchors.right: parent.right
|
||||
anchors.left: parent.left
|
||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||
height:childrenRect.height
|
||||
height: childrenRect.height
|
||||
|
||||
Button
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue