mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
Minor layout fixes.
This commit is contained in:
parent
2034662233
commit
7e876fa066
1 changed files with 3 additions and 1 deletions
|
@ -25,14 +25,16 @@ Rectangle {
|
||||||
// Home page
|
// Home page
|
||||||
ScrollView {
|
ScrollView {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
height:parent.height
|
||||||
|
y: header.height
|
||||||
id: home_page
|
id: home_page
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
visible: current_page == "Settings"
|
visible: current_page == "Settings"
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
y: header.height
|
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: pages.length
|
model: pages.length
|
||||||
delegate: SettingSubviewListElement {
|
delegate: SettingSubviewListElement {
|
||||||
|
|
Loading…
Reference in a new issue