From a4a19f942c04c9d474233604b49d9fdbcc357c4f Mon Sep 17 00:00:00 2001 From: Never Gude Date: Fri, 5 Sep 2025 19:58:33 +0200 Subject: [PATCH] make all borders the same width --- Commons/Style.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Commons/Style.qml b/Commons/Style.qml index d2af5a8..d682bdd 100644 --- a/Commons/Style.qml +++ b/Commons/Style.qml @@ -35,8 +35,8 @@ Singleton { property int radiusL: 20 * Settings.data.general.radiusRatio // Border - property int borderS: 1 - property int borderM: 2 + property int borderS: 3 + property int borderM: 3 property int borderL: 3 // Margins (for margins and spacing)