Family Tree Manager: set transient on Info window
This commit is contained in:
parent
28e99008e0
commit
e54b557f82
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user