Width of the scrollview is now a bit wider, so minus signs don't fall off

CURA-2131
This commit is contained in:
Jaime van Kessel 2016-08-22 16:30:56 +02:00
parent f91c101b85
commit fc5900c05a

View file

@ -160,7 +160,7 @@ Item {
ScrollView
{
height: parent.height
width: UM.Theme.getSize("setting").width
width: UM.Theme.getSize("setting").width + UM.Theme.getSize("setting").height
style: UM.Theme.styles.scrollview
ListView
{