mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 04:31:29 +02:00
Fix OSX scrollbars in scripts lists starting too low
This commit is contained in:
parent
91e4fb478d
commit
b2c74447fb
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue