mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
WelcomePage: add vertical ScrollView around content
This solves the problem of the window being sized smaller than it's content and part of it being out of view.
This commit is contained in:
parent
e7d28b96da
commit
16cce08b43
1 changed files with 81 additions and 76 deletions
|
@ -10,7 +10,11 @@ import im.nheko 1.0
|
||||||
import "../components/"
|
import "../components/"
|
||||||
import ".."
|
import ".."
|
||||||
|
|
||||||
|
ScrollView {
|
||||||
|
contentWidth: availableWidth
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
width: parent.width
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
}
|
}
|
||||||
|
@ -100,3 +104,4 @@ ColumnLayout {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue