From 0a5c1c59af9485853dae64215e0156cc3c29b95f 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 @@