mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-29 22:59:45 +03:00
[Minor] flake8
This commit is contained in:
parent
07ae14be5a
commit
e878453ba0
4
prefs.py
4
prefs.py
@ -927,7 +927,9 @@ class PreferencesDialog(tk.Toplevel):
|
||||
|
||||
# Section heading in settings
|
||||
# LANG: Label for location of third-party plugins folder
|
||||
nb.Label(plugins_frame, text=_('Plugins folder') + ':').grid(padx=self.PADX, pady=(0, self.PADY), sticky=tk.W, row=row.get())
|
||||
nb.Label(plugins_frame, text=_('Plugins folder') + ':').grid(
|
||||
padx=self.PADX, pady=(0, self.PADY), sticky=tk.W, row=row.get()
|
||||
)
|
||||
|
||||
plugdirentry = nb.Entry(plugins_frame, justify=tk.LEFT)
|
||||
self.displaypath(plugdir, plugdirentry)
|
||||
|
Loading…
x
Reference in New Issue
Block a user