mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27: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
|
ScrollView
|
||||||
{
|
{
|
||||||
height: parent.height
|
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
|
style: UM.Theme.styles.scrollview
|
||||||
|
|
||||||
ListView
|
ListView
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue