From 06574c19aee93ce60faf2d6191cffd24c0688cc9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:37:15 +0200 Subject: [PATCH] settings: increase page content width --- .config/quickshell/modules/common/widgets/ContentPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/widgets/ContentPage.qml b/.config/quickshell/modules/common/widgets/ContentPage.qml index 07d88949..d23922c7 100644 --- a/.config/quickshell/modules/common/widgets/ContentPage.qml +++ b/.config/quickshell/modules/common/widgets/ContentPage.qml @@ -6,7 +6,7 @@ import "root:/modules/common/widgets/" Flickable { id: root - property real baseWidth: 500 + property real baseWidth: 550 property bool forceWidth: false property real bottomContentPadding: 100