|
|
|
@ -83,7 +83,7 @@ Item {
|
|
|
|
id: mainLayout
|
|
|
|
id: mainLayout
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.leftMargin: launcher.screenAvailableRect ? launcher.screenAvailableRect.x : 0
|
|
|
|
anchors.leftMargin: launcher.screenAvailableRect ? launcher.screenAvailableRect.x : 0
|
|
|
|
anchors.topMargin: launcher.screenAvailableRect ? launcher.screenAvailableRect.y + root.verticalSpacing * 2 : 0
|
|
|
|
anchors.topMargin: launcher.screenAvailableRect ? launcher.screenAvailableRect.y + root.verticalSpacing * 4 : 0
|
|
|
|
anchors.rightMargin: launcher.screenRect.width - (launcher.screenAvailableRect.x + launcher.screenAvailableRect.width)
|
|
|
|
anchors.rightMargin: launcher.screenRect.width - (launcher.screenAvailableRect.x + launcher.screenAvailableRect.width)
|
|
|
|
anchors.bottomMargin: launcher.screenRect.height - (launcher.screenAvailableRect.y + launcher.screenAvailableRect.height - root.verticalSpacing)
|
|
|
|
anchors.bottomMargin: launcher.screenRect.height - (launcher.screenAvailableRect.y + launcher.screenAvailableRect.height - root.verticalSpacing)
|
|
|
|
|
|
|
|
|
|
|
|
@ -194,7 +194,7 @@ Item {
|
|
|
|
currentIndex: grid.currentPage
|
|
|
|
currentIndex: grid.currentPage
|
|
|
|
onCurrentIndexChanged: grid.currentPage = currentIndex
|
|
|
|
onCurrentIndexChanged: grid.currentPage = currentIndex
|
|
|
|
interactive: true
|
|
|
|
interactive: true
|
|
|
|
spacing: root.horizontalSpacing / 2
|
|
|
|
spacing: FishUI.Units.largeSpacing
|
|
|
|
Layout.alignment: Qt.AlignHCenter
|
|
|
|
Layout.alignment: Qt.AlignHCenter
|
|
|
|
|
|
|
|
|
|
|
|
delegate: Rectangle {
|
|
|
|
delegate: Rectangle {
|
|
|
|
|