Daniel Brötzmann pushed to branch storage at gajim / gajim
Commits:
1dd5ce98 by wurstsalat at 2024-03-25T19:09:27+01:00
imprv: DBMigration: Set keep window above
- - - - -
1 changed file:
- gajim/gtk/db_migration.py
Changes:
=====================================
gajim/gtk/db_migration.py
=====================================
@@ -27,6 +27,7 @@ def __init__(
Gtk.ApplicationWindow.__init__(
self,
application=app.app,
+ transient_for=app.window,
window_position=Gtk.WindowPosition.CENTER,
show_menubar=False,
type_hint=Gdk.WindowTypeHint.DIALOG,
@@ -39,6 +40,8 @@ def __init__(
title=_('Database Migration')
)
+ self.set_keep_above(True)
+
self._ui = get_builder('db_migration.ui')
self.add(self._ui.box)
self._ui.connect_signals(self)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1dd5ce9809458f772a6948de057dac32d1b41594
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1dd5ce9809458f772a6948de057dac32d1b41594
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]