From 98e097a7c16103c6acae5a4573e36e4c06e4d53c Mon Sep 17 00:00:00 2001 From: vesp 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 @@