gui fix with self.columnconfigure(1, weight=0) in class MainFrame (row 36)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user