Fix Preferences dialog so General tab appears first, not Symbols (#844)

Fixes #11210
This commit is contained in:
Paul Culley 2019-07-31 16:47:18 -05:00 committed by GitHub
parent 5c6a0ebff3
commit 17dc7f7d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2187,7 +2187,8 @@ class GrampsPreferences(ConfigureDialog):
my_characters +
"</big></big></big></big>")
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):
self.progress.close()