mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix add printer scrollview overlaps buttons.
CURA-7336
This commit is contained in:
parent
cbccb08103
commit
175121e86c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue