Add margin on edge of main page

REVIEW: 104296
This commit is contained in:
David Edmundson 2012-03-14 00:45:46 +00:00
parent 538dfadc18
commit 8c78de05ca

View File

@ -99,6 +99,10 @@ Rectangle {
left: pageSelector.right
right: verticalScrollBar.left
bottom: horizontalScrollBar.top
leftMargin: 5
rightMargin: 5
topMargin: 5
bottomMargin: 5
}
contentWidth: pageStack.currentPage.implicitWidth
contentHeight: pageStack.currentPage.implicitHeight