reduce default width of preferences dialog (after [5dd88052])
This commit is contained in:
parent
52ccc26753
commit
6264461a54
@ -503,7 +503,7 @@ class GrampsPreferences(ConfigureDialog):
|
|||||||
ConfigureDialog.__init__(self, uistate, dbstate, page_funcs,
|
ConfigureDialog.__init__(self, uistate, dbstate, page_funcs,
|
||||||
GrampsPreferences, config,
|
GrampsPreferences, config,
|
||||||
on_close=update_constants)
|
on_close=update_constants)
|
||||||
self.setup_configs('interface.grampspreferences', 920, 450)
|
self.setup_configs('interface.grampspreferences', 700, 450)
|
||||||
|
|
||||||
def add_researcher_panel(self, configdialog):
|
def add_researcher_panel(self, configdialog):
|
||||||
grid = Gtk.Grid()
|
grid = Gtk.Grid()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user