mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
minor UI fix
This commit is contained in:
parent
ce43be0d67
commit
3f8b5c6c00
@ -32,6 +32,10 @@ class Window:
|
|||||||
self.tk.focus()
|
self.tk.focus()
|
||||||
|
|
||||||
def clear_right_pane(self):
|
def clear_right_pane(self):
|
||||||
|
for i in range(100):
|
||||||
|
self.right_pane.grid_columnconfigure(1, weight=0)
|
||||||
|
self.right_pane.grid_rowconfigure(1, weight=0)
|
||||||
|
|
||||||
for x in self.right_pane.winfo_children():
|
for x in self.right_pane.winfo_children():
|
||||||
x.grid_remove()
|
x.grid_remove()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user