From bd00998c81826d2118387288c429f5763a3b00c5 Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Tue, 23 Dec 2025 12:36:59 +0100 Subject: [PATCH] Maximize header space and enable tab scrolling Remove application title from main header bar and wrap tabs in scrollable container. This prevents window resizing when many tabs are open and follows modern GNOME app patterns. --- src/main-window.ui | 17 ++++++++++++----- src/window.py | 3 ++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/main-window.ui b/src/main-window.ui index 0b42c6b..a31848a 100644 --- a/src/main-window.ui +++ b/src/main-window.ui @@ -4,7 +4,6 @@