mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +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
|
||||
ScrollView {
|
||||
width: parent.width
|
||||
height:parent.height
|
||||
y: header.height
|
||||
id: home_page
|
||||
|
||||
ColumnLayout {
|
||||
width: parent.width
|
||||
visible: current_page == "Settings"
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
y: header.height
|
||||
spacing: 0
|
||||
|
||||
Repeater {
|
||||
model: pages.length
|
||||
delegate: SettingSubviewListElement {
|
||||
|
|
Loading…
Reference in a new issue