Don't overlap main page with scrollbars

This commit is contained in:
David Edmundson 2012-03-14 00:43:03 +00:00
parent 574ce395d3
commit e32603b5e4

View File

@ -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