1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 02:17:38 +03:00

fixed always on top location

This commit is contained in:
A_D 2020-09-16 20:27:03 +02:00
parent 315258d3e7
commit 0fec834fb9
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -754,7 +754,7 @@ class PreferencesDialog(tk.Toplevel):
variable=self.always_ontop,
command=self.themevarchanged
)
self.ontop_button.grid(columnspan=3, padx=self.BUTTONX, sticky=tk.W, row=cur_row) # Appearance setting
self.ontop_button.grid(columnspan=3, padx=self.BUTTONX, sticky=tk.W, row=row.get()) # Appearance setting
nb.Label(appearance_frame).grid(sticky=tk.W) # big spacer