v1.9.33: raise tabview closer to header icons (remove top padding)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -250,7 +250,7 @@ class App(ctk.CTk):
|
|||||||
|
|
||||||
# Create new tabview
|
# Create new tabview
|
||||||
self.tabview = ctk.CTkTabview(self._main_frame, command=self._on_tab_changed)
|
self.tabview = ctk.CTkTabview(self._main_frame, command=self._on_tab_changed)
|
||||||
self.tabview.pack(fill="both", expand=True, padx=10, pady=10)
|
self.tabview.pack(fill="both", expand=True, padx=10, pady=(0, 10))
|
||||||
|
|
||||||
for key in self._tab_keys:
|
for key in self._tab_keys:
|
||||||
self.tabview.add(_tab_label(key))
|
self.tabview.add(_tab_label(key))
|
||||||
|
|||||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
"""Version info for ServerManager."""
|
"""Version info for ServerManager."""
|
||||||
|
|
||||||
__version__ = "1.9.32"
|
__version__ = "1.9.33"
|
||||||
__app_name__ = "ServerManager"
|
__app_name__ = "ServerManager"
|
||||||
__author__ = "aibot777"
|
__author__ = "aibot777"
|
||||||
__description__ = "Desktop GUI for managing remote servers"
|
__description__ = "Desktop GUI for managing remote servers"
|
||||||
|
|||||||
Reference in New Issue
Block a user