Family Tree Manager: set transient on Info window

This commit is contained in:
Doug Blank 2016-04-29 20:42:17 -04:00
parent 28e99008e0
commit e54b557f82

View File

@ -131,6 +131,8 @@ class Information(ManagedWindow):
model.add((key, str(value),), key)
s.add(treeview)
self.window.vbox.pack_start(s, True, True, 0)
if parent:
self.window.set_transient_for(parent)
self.show()
def on_ok_clicked(self, obj):