mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 07:09:02 +08:00
CURA-4761 allow for space for scrollbar in per object settings
This commit is contained in:
parent
5611a6b6eb
commit
2dad18a9ba
@ -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…
x
Reference in New Issue
Block a user