fixing #1866
This commit is contained in:
parent
e616db5419
commit
5dba86951e
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ DialogWindow :: DialogWindow (Ptr<Glib::ustring>::Ref message,
|
||||||
set_default_size(100*buttonCount + 50, 120);
|
set_default_size(100*buttonCount + 50, 120);
|
||||||
property_window_position().set_value(Gtk::WIN_POS_CENTER);
|
property_window_position().set_value(Gtk::WIN_POS_CENTER);
|
||||||
set_skip_taskbar_hint(true); // do not show in the task bar
|
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);
|
add(*layout);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue