make sure scrollbars are visible
This commit is contained in:
parent
b3dff51494
commit
2b702fa6ef
@ -132,6 +132,7 @@ Item {
|
||||
flickableItem: root.flickableItem
|
||||
orientation: Qt.Vertical
|
||||
property bool isScrollBar: true
|
||||
z: root.flickableItem.z + 1
|
||||
anchors {
|
||||
left: undefined
|
||||
top: parent.top
|
||||
@ -146,6 +147,7 @@ Item {
|
||||
ScrollBar {
|
||||
flickableItem: root.flickableItem
|
||||
orientation: Qt.Horizontal
|
||||
z: root.flickableItem.z + 1
|
||||
anchors {
|
||||
left: parent.left
|
||||
top: undefined
|
||||
@ -160,6 +162,7 @@ Item {
|
||||
SectionScroller {
|
||||
listView: root.flickableItem
|
||||
property bool isScrollBar: false
|
||||
z: root.flickableItem.z + 1
|
||||
anchors {
|
||||
left: undefined
|
||||
top: parent.top
|
||||
|
Loading…
Reference in New Issue
Block a user