From 7cc8b6926c8457153c91adddb8b4accff3b8ef72 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Wed, 6 Aug 2025 21:28:56 -0400 Subject: [PATCH] Settings: Tabs sidebar is proportional to the window size (20%) --- Widgets/SettingsWindow/SettingsWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/SettingsWindow/SettingsWindow.qml b/Widgets/SettingsWindow/SettingsWindow.qml index f873504..05733a2 100644 --- a/Widgets/SettingsWindow/SettingsWindow.qml +++ b/Widgets/SettingsWindow/SettingsWindow.qml @@ -350,7 +350,7 @@ PanelWithOverlay { id: tabs color: Theme.surface - width: Quickshell.screens.length > 0 ? Quickshell.screens[0].width / 9 : 100 + width: parent.width * 0.2 height: settingsWindowRect.height topLeftRadius: 20 bottomLeftRadius: 20