diff --git a/default/quickshell/omarchy-shell/plugins/dev-gallery/GalleryPanel.qml b/default/quickshell/omarchy-shell/plugins/dev-gallery/GalleryPanel.qml index 68a8c7e1..7abdace8 100644 --- a/default/quickshell/omarchy-shell/plugins/dev-gallery/GalleryPanel.qml +++ b/default/quickshell/omarchy-shell/plugins/dev-gallery/GalleryPanel.qml @@ -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