Change to use monospaced font in InfoDialog in upgrade 16 report. (The report was designed for a monospaced font)
svn: r18812
This commit is contained in:
parent
2cda6048bb
commit
5daa484bce
@ -421,7 +421,7 @@ def gramps_upgrade_16(self):
|
|||||||
"Tools -> Family Tree Processing -> Merge\n"
|
"Tools -> Family Tree Processing -> Merge\n"
|
||||||
"in order to merge citations that contain similar\n"
|
"in order to merge citations that contain similar\n"
|
||||||
"information")
|
"information")
|
||||||
InfoDialog(_('Upgrade Statistics'), txt)
|
InfoDialog(_('Upgrade Statistics'), txt, monospaced=True)
|
||||||
|
|
||||||
def upgrade_media_list_16(self, media_list):
|
def upgrade_media_list_16(self, media_list):
|
||||||
new_media_list = []
|
new_media_list = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user