gui fix with self.columnconfigure(1, weight=0) in class MainFrame (row 36)

This commit is contained in:
2025-08-11 00:15:23 +02:00
parent 65271a50d7
commit f5768d2118
4 changed files with 39 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ class MainFrame(ttk.Frame):
super().__init__(container, **kwargs)
self.image_manager = image_manager
self.columnconfigure(1, weight=1)
self.columnconfigure(1, weight=0)
self.columnconfigure(2, weight=18)
self.rowconfigure(2, weight=1)