Don't overlap main page with scrollbars
This commit is contained in:
parent
574ce395d3
commit
e32603b5e4
@ -97,8 +97,8 @@ Rectangle {
|
||||
anchors {
|
||||
top: toolBar.bottom
|
||||
left: pageSelector.right
|
||||
right: parent.right
|
||||
bottom: parent.bottom
|
||||
right: verticalScrollBar.left
|
||||
bottom: horizontalScrollBar.top
|
||||
}
|
||||
contentWidth: pageStack.currentPage.implicitWidth
|
||||
contentHeight: pageStack.currentPage.implicitHeight
|
||||
|
Loading…
Reference in New Issue
Block a user