mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 20:02:11 +03:00
Actually uncomment plugin_frame.columnconfigure(1, weight=1)
It had been commented to test that it made a difference.
This commit is contained in:
parent
61ad75d52a
commit
7bfeb5ec62
@ -580,7 +580,7 @@ class AppWindow(object):
|
|||||||
plugin_frame.grid(
|
plugin_frame.grid(
|
||||||
row=ui_row, columnspan=2, sticky=tk.NSEW
|
row=ui_row, columnspan=2, sticky=tk.NSEW
|
||||||
)
|
)
|
||||||
# plugin_frame.columnconfigure(1, weight=1)
|
plugin_frame.columnconfigure(1, weight=1)
|
||||||
if isinstance(appitem, tuple) and len(appitem) == 2:
|
if isinstance(appitem, tuple) and len(appitem) == 2:
|
||||||
ui_row = frame.grid_size()[1]
|
ui_row = frame.grid_size()[1]
|
||||||
appitem[0].grid(row=ui_row, column=0, sticky=tk.W)
|
appitem[0].grid(row=ui_row, column=0, sticky=tk.W)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user