From ba3e0b47edce67a6009602ee3278f8ef6b0fe956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=B6llnitz?= Date: Tue, 16 Sep 2025 00:15:55 +0200 Subject: [PATCH] main-window: increase width of switcher breakpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current breakpoint is more or less perfect for English. However, there are other languages with longer strings there, such as German. Increasing the width at which the breakpoint sits to switch the switcher location enables most languages to have no or minimal ellipses while not looking too spacious with English. Signed-off-by: Markus Göllnitz Part-of: --- src/ui/main-window.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/main-window.ui b/src/ui/main-window.ui index db78419..32cd640 100644 --- a/src/ui/main-window.ui +++ b/src/ui/main-window.ui @@ -8,7 +8,7 @@ 294 - max-width: 450sp + max-width: 510sp True