Fix Preferences dialog so General tab appears first, not Symbols (#844)
Fixes #11210
This commit is contained in:
parent
5c6a0ebff3
commit
17dc7f7d23
@ -2187,7 +2187,8 @@ class GrampsPreferences(ConfigureDialog):
|
|||||||
my_characters +
|
my_characters +
|
||||||
"</big></big></big></big>")
|
"</big></big></big></big>")
|
||||||
self.grid.attach(text, 1, 8, 8, 1)
|
self.grid.attach(text, 1, 8, 8, 1)
|
||||||
self.grid.show_all()
|
scrollw.show_all()
|
||||||
|
text.show_all()
|
||||||
|
|
||||||
def stop_looking_for_font(self, *args, **kwargs):
|
def stop_looking_for_font(self, *args, **kwargs):
|
||||||
self.progress.close()
|
self.progress.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user