From 5f0446284a2388536de84cf8f31f154e37de2a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Atoch?= Date: Sat, 26 Jul 2025 08:35:35 -0400 Subject: [PATCH] Settings: increase container height to accomodate new showCorners toggle --- Widgets/Sidebar/Config/ProfileSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/Sidebar/Config/ProfileSettings.qml b/Widgets/Sidebar/Config/ProfileSettings.qml index bc32af2..9f5fdb9 100644 --- a/Widgets/Sidebar/Config/ProfileSettings.qml +++ b/Widgets/Sidebar/Config/ProfileSettings.qml @@ -7,7 +7,7 @@ import qs.Settings Rectangle { id: profileSettingsCard Layout.fillWidth: true - Layout.preferredHeight: 540 + Layout.preferredHeight: 580 color: Theme.surface radius: 18 border.color: "transparent"