Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73bcac8a55 |
@@ -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
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
"""Version info for ServerManager."""
|
||||
|
||||
__version__ = "1.9.33"
|
||||
__version__ = "1.9.34"
|
||||
__app_name__ = "ServerManager"
|
||||
__author__ = "aibot777"
|
||||
__description__ = "Desktop GUI for managing remote servers"
|
||||
|
||||
Reference in New Issue
Block a user