mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:29:42 +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 }
|
anchors { left: parent.left; right: parent.right }
|
||||||
|
|
||||||
headerVisible: false
|
headerVisible: false
|
||||||
|
headerDelegate: Item { } // Fix OSX QML bug that displays scrollbar starting too low.
|
||||||
|
|
||||||
// Use rectangle to draw border with rounded corners.
|
// Use rectangle to draw border with rounded corners.
|
||||||
frameVisible: false
|
frameVisible: false
|
||||||
|
|
|
@ -30,6 +30,7 @@ TreeView {
|
||||||
anchors { left: parent.left; right: parent.right }
|
anchors { left: parent.left; right: parent.right }
|
||||||
|
|
||||||
headerVisible: false
|
headerVisible: false
|
||||||
|
headerDelegate: Item { } // Fix OSX QML bug that displays scrollbar starting too low.
|
||||||
|
|
||||||
// Use rectangle to draw border with rounded corners.
|
// Use rectangle to draw border with rounded corners.
|
||||||
frameVisible: false
|
frameVisible: false
|
||||||
|
|
Loading…
Reference in a new issue