Command execution popup windows: Use "dialog" type of window instead of "notifications"; this should fix #17 (the popup is floating above all the other applications).

This commit is contained in:
Alexander Shaduri
2022-01-31 15:29:14 +04:00
parent 29b2bb6635
commit 044193c7ed
+1 -1
View File
@@ -31,7 +31,7 @@ bool CommandExecutorGui::execute()
#define CMDEX_DIALOG_MESSAGE_TYPE Gtk::MESSAGE_OTHER
#define CMDEX_DIALOG_HINT_TYPE Gdk::WINDOW_TYPE_HINT_NOTIFICATION
#define CMDEX_DIALOG_HINT_TYPE Gdk::WINDOW_TYPE_HINT_DIALOG