Skip to content
Snippets Groups Projects
Commit 1e5f7000 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Assistant: Set DIALOG type hint

parent 20344c9c
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ def __init__(self,
self.set_default_size(width, height)
self.set_resizable(True)
self.set_transient_for(transient_for)
self.set_type_hint(Gdk.WindowTypeHint.DIALOG)
self._pages = {}
self._buttons = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment