fix: add scroll to entire gallery view

This commit is contained in:
talksik
2025-04-13 13:13:42 -07:00
parent 0a1f523128
commit 09effac82f
+3 -1
View File
@@ -12,7 +12,8 @@ AppWindow {
height: 480
visible: true
title: qsTr("flowy - gallery")
ScrollView {
anchors.fill: parent
ColumnLayout {
anchors.left: parent.left
anchors.right: parent.right
@@ -157,3 +158,4 @@ AppWindow {
}
}
}
}