From fc32ce56d0b6833c98df47b86b4308d3e5fb4fd6 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:08:19 +0100 Subject: [PATCH] booru response: less stupid layout.fillwidth --- .../quickshell/ii/modules/sidebarLeft/anime/BooruResponse.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/sidebarLeft/anime/BooruResponse.qml b/dots/.config/quickshell/ii/modules/sidebarLeft/anime/BooruResponse.qml index 9258dbc9d..6b1711a40 100644 --- a/dots/.config/quickshell/ii/modules/sidebarLeft/anime/BooruResponse.qml +++ b/dots/.config/quickshell/ii/modules/sidebarLeft/anime/BooruResponse.qml @@ -100,9 +100,7 @@ Rectangle { id: tagsFlickable visible: root.responseData.tags.length > 0 Layout.alignment: Qt.AlignLeft - Layout.fillWidth: { - return true - } + Layout.fillWidth: true implicitHeight: tagRowLayout.implicitHeight contentWidth: tagRowLayout.implicitWidth