From 68d7add47439778f1518f784b81b2a5ad25931e7 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Wed, 6 Aug 2025 21:31:00 -0400 Subject: [PATCH] Settings: Tabs sidebar at 25% width (looks better) --- 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 05733a2..309639c 100644 --- a/Widgets/SettingsWindow/SettingsWindow.qml +++ b/Widgets/SettingsWindow/SettingsWindow.qml @@ -350,7 +350,7 @@ PanelWithOverlay { id: tabs color: Theme.surface - width: parent.width * 0.2 + width: parent.width * 0.25 height: settingsWindowRect.height topLeftRadius: 20 bottomLeftRadius: 20