mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 18:07:37 +03:00
Make plugin's main-window frame/widget fill the available space
This commit is contained in:
parent
ae6642d909
commit
8efc32a9d7
@ -130,7 +130,7 @@ class AppWindow:
|
|||||||
appitem[0].grid(row=row, column=0, sticky=tk.W)
|
appitem[0].grid(row=row, column=0, sticky=tk.W)
|
||||||
appitem[1].grid(row=row, column=1, sticky=tk.EW)
|
appitem[1].grid(row=row, column=1, sticky=tk.EW)
|
||||||
else:
|
else:
|
||||||
appitem.grid(columnspan=2, sticky=tk.W)
|
appitem.grid(columnspan=2, sticky=tk.EW)
|
||||||
|
|
||||||
self.button = ttk.Button(frame, text=_('Update'), width=28, default=tk.ACTIVE, state=tk.DISABLED) # Update button in main window
|
self.button = ttk.Button(frame, text=_('Update'), width=28, default=tk.ACTIVE, state=tk.DISABLED) # Update button in main window
|
||||||
self.theme_button = tk.Label(frame, width = platform == 'darwin' and 32 or 28, state=tk.DISABLED)
|
self.theme_button = tk.Label(frame, width = platform == 'darwin' and 32 or 28, state=tk.DISABLED)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user