Add margin on edge of main page
REVIEW: 104296
This commit is contained in:
parent
538dfadc18
commit
8c78de05ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user