mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
prefs.py: Properly .grid() the 'Plugins folder' label
This commit is contained in:
parent
fc96c6362f
commit
1495ba9206
7
prefs.py
7
prefs.py
@ -827,12 +827,13 @@ class PreferencesDialog(tk.Toplevel):
|
||||
plugdir.set(config.plugin_dir)
|
||||
row = AutoInc(1)
|
||||
|
||||
# Section heading in settings
|
||||
# LANG: Label for
|
||||
nb.Label(plugins_frame, text=_('Plugins folder')+':').grid(padx=self.PADX, sticky=tk.W)
|
||||
plugdirentry = nb.Entry(plugins_frame, justify=tk.LEFT)
|
||||
self.displaypath(plugdir, plugdirentry)
|
||||
with row as cur_row:
|
||||
# Section heading in settings
|
||||
# LANG: Label for location of third-party plugins folder
|
||||
nb.Label(plugins_frame, text=_('Plugins folder') + ':').grid(padx=self.PADX, sticky=tk.W, row=cur_row)
|
||||
|
||||
plugdirentry.grid(padx=self.PADX, sticky=tk.EW, row=cur_row)
|
||||
|
||||
nb.Button(
|
||||
|
Loading…
x
Reference in New Issue
Block a user