Fix OSX scrollbars in scripts lists starting too low

This commit is contained in:
David Rowe 2016-02-21 12:44:29 +13:00
parent 91e4fb478d
commit b2c74447fb
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ TableView {
anchors { left: parent.left; right: parent.right }
headerVisible: false
headerDelegate: Item { } // Fix OSX QML bug that displays scrollbar starting too low.
// Use rectangle to draw border with rounded corners.
frameVisible: false

View file

@ -30,6 +30,7 @@ TreeView {
anchors { left: parent.left; right: parent.right }
headerVisible: false
headerDelegate: Item { } // Fix OSX QML bug that displays scrollbar starting too low.
// Use rectangle to draw border with rounded corners.
frameVisible: false