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
|
left: pageSelector.right
|
||||||
right: verticalScrollBar.left
|
right: verticalScrollBar.left
|
||||||
bottom: horizontalScrollBar.top
|
bottom: horizontalScrollBar.top
|
||||||
|
leftMargin: 5
|
||||||
|
rightMargin: 5
|
||||||
|
topMargin: 5
|
||||||
|
bottomMargin: 5
|
||||||
}
|
}
|
||||||
contentWidth: pageStack.currentPage.implicitWidth
|
contentWidth: pageStack.currentPage.implicitWidth
|
||||||
contentHeight: pageStack.currentPage.implicitHeight
|
contentHeight: pageStack.currentPage.implicitHeight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user