fixing #1866
This commit is contained in:
parent
e616db5419
commit
5dba86951e
|
@ -133,6 +133,8 @@ DialogWindow :: DialogWindow (Ptr<Glib::ustring>::Ref message,
|
|||
set_default_size(100*buttonCount + 50, 120);
|
||||
property_window_position().set_value(Gtk::WIN_POS_CENTER);
|
||||
set_skip_taskbar_hint(true); // do not show in the task bar
|
||||
set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
|
||||
set_keep_above(true);
|
||||
|
||||
add(*layout);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue