mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4761 allow for space for scrollbar in per object settings
This commit is contained in:
parent
5611a6b6eb
commit
2dad18a9ba
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ Item {
|
|||
ScrollView
|
||||
{
|
||||
height: parent.height
|
||||
width: UM.Theme.getSize("setting").width
|
||||
width: UM.Theme.getSize("setting").width + UM.Theme.getSize("default_margin").width
|
||||
style: UM.Theme.styles.scrollview
|
||||
|
||||
ListView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue