This commit is contained in:
Marcus 2024-09-12 08:34:32 +02:00 committed by GitHub
commit 2e40612e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
} }
} }
}