This commit is contained in:
pokamest 2023-01-08 23:10:46 +00:00
parent 167d3caa5d
commit 8da30b216f
3 changed files with 7 additions and 54 deletions

View file

@ -22,7 +22,6 @@ PageBase {
FlickableType {
id: fl
anchors.top: caption.bottom
anchors.bottom: logo.top
contentHeight: content.height
ColumnLayout {
@ -150,9 +149,4 @@ PageBase {
}
}
}
Logo {
id: logo
anchors.bottom: parent.bottom
}
}