fix: add scroll to entire gallery view
This commit is contained in:
+3
-1
@@ -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
|
||||
@@ -156,4 +157,5 @@ AppWindow {
|
||||
text: "Open menu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user