Fix add printer scrollview overlaps buttons.

CURA-7336
This commit is contained in:
Remco Burema 2020-04-01 17:31:23 +02:00
parent cbccb08103
commit 175121e86c
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ Item
anchors.right: parent.right
anchors.top: parent.top
height: maxItemCountAtOnce * UM.Theme.getSize("action_button").height
height: (maxItemCountAtOnce * UM.Theme.getSize("action_button").height) - UM.Theme.getSize("default_margin").height
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
ScrollBar.vertical.policy: ScrollBar.AsNeeded