From c951c3d67d935b4a4a39c7ca549dbe3d44742b74 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Thu, 2 Apr 2015 11:16:32 +0200 Subject: [PATCH] Disable transientScrollbars so we never have disappearing scrollbars --- styles.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.qml b/styles.qml index 8b63935844..1d140e2e4c 100644 --- a/styles.qml +++ b/styles.qml @@ -90,6 +90,8 @@ QtObject { decrementControl: Item { } incrementControl: Item { } + transientScrollBars: false + scrollBarBackground: UM.AngledCornerRectangle { implicitWidth: UM.Theme.sizes.scrollbar.width;