mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-07 12:40:55 +02:00
Fix gallery ScrollView sizing so Slider and Composed render
This commit is contained in:
@@ -102,13 +102,14 @@ Item {
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
id: scrollArea
|
||||
anchors.fill: parent
|
||||
anchors.margins: 18
|
||||
clip: true
|
||||
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||
|
||||
Column {
|
||||
width: parent.width - 24
|
||||
width: scrollArea.availableWidth
|
||||
spacing: 22
|
||||
|
||||
// ---- Header ------------------------------------------------------
|
||||
@@ -514,6 +515,7 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ---- Slider ------------------------------------------------------
|
||||
Column {
|
||||
width: parent.width
|
||||
|
||||
Reference in New Issue
Block a user