Disable transientScrollbars so we never have disappearing scrollbars

This commit is contained in:
Arjen Hiemstra 2015-04-02 11:16:32 +02:00
parent b782095f60
commit c951c3d67d

View File

@ -90,6 +90,8 @@ QtObject {
decrementControl: Item { }
incrementControl: Item { }
transientScrollBars: false
scrollBarBackground: UM.AngledCornerRectangle {
implicitWidth: UM.Theme.sizes.scrollbar.width;