fix: add scroll to entire gallery view
This commit is contained in:
+3
-1
@@ -12,7 +12,8 @@ AppWindow {
|
|||||||
height: 480
|
height: 480
|
||||||
visible: true
|
visible: true
|
||||||
title: qsTr("flowy - gallery")
|
title: qsTr("flowy - gallery")
|
||||||
|
ScrollView {
|
||||||
|
anchors.fill: parent
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
@@ -157,3 +158,4 @@ AppWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user