v1.9.34: reduce header bar height and padding to raise tabview

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chrome-storm-c442
2026-03-06 05:52:23 -05:00
parent 05706182df
commit 73bcac8a55
3 changed files with 3 additions and 3 deletions

View File

@@ -170,8 +170,8 @@ class App(ctk.CTk):
self._paned.add(self._main_frame, minsize=500)
# Header bar (language + about)
header_bar = ctk.CTkFrame(self._main_frame, fg_color="transparent", height=40)
header_bar.pack(fill="x", padx=10, pady=(8, 0))
header_bar = ctk.CTkFrame(self._main_frame, fg_color="transparent", height=36)
header_bar.pack(fill="x", padx=10, pady=(4, 0))
header_bar.pack_propagate(False)
# Language selector