From 7e491ce7d815a79851d9e3c029f1fd13aa66e1f8 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:25:29 +0200 Subject: [PATCH] settings: adjust min window size --- .config/quickshell/ii/settings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/settings.qml b/.config/quickshell/ii/settings.qml index d4724b534..3f3df0703 100644 --- a/.config/quickshell/ii/settings.qml +++ b/.config/quickshell/ii/settings.qml @@ -71,8 +71,8 @@ ApplicationWindow { MaterialThemeLoader.reapplyTheme() } - minimumWidth: 600 - minimumHeight: 400 + minimumWidth: 750 + minimumHeight: 500 width: 1100 height: 750 color: Appearance.m3colors.m3background