Set bookmarks dialog to modal.
svn: r9651
This commit is contained in:
parent
eb9d09aded
commit
a37fc2bab3
@ -1,3 +1,6 @@
|
||||
2007-12-30 Brian Matherly <brian@gramps-project.org>
|
||||
* src/Bookmarks: Set dialog to modal.
|
||||
|
||||
2007-12-30 Stéphane Charette <stephanecharette@gmail.com>
|
||||
* src/ReportBase/_GraphvizReportDialog.py:
|
||||
* src/plugins/GVFamilyLines.py: more work-in-progress on GraphViz and
|
||||
@ -9,8 +12,8 @@
|
||||
|
||||
2007-12-30 Brian Matherly <brian@gramps-project.org>
|
||||
* src/plugins/GVFamilyLines.py:
|
||||
* src\PluginUtils\__init__.py:
|
||||
* src\PluginUtils\_MenuOptions.py:
|
||||
* src/PluginUtils/__init__.py:
|
||||
* src/PluginUtils/_MenuOptions.py:
|
||||
Rename "PeoplePickerOption" to "PersonListOption".
|
||||
|
||||
2007-12-30 Stéphane Charette <stephanecharette@gmail.com>
|
||||
|
@ -194,6 +194,7 @@ class Bookmarks :
|
||||
title = "%s - GRAMPS" % _("Edit Bookmarks")
|
||||
self.top = gtk.Dialog(title)
|
||||
self.top.set_default_size(400, 350)
|
||||
self.top.set_modal(True)
|
||||
self.top.set_has_separator(False)
|
||||
self.top.vbox.set_spacing(5)
|
||||
label = gtk.Label('<span size="larger" weight="bold">%s</span>'
|
||||
|
Loading…
Reference in New Issue
Block a user