fixing the last part of #1755 (do not show dialog windows in the task bar
as "untitled window") -- except for nicer icon images, which is now #1774
This commit is contained in:
parent
eb9841f73d
commit
363168a04d
|
@ -132,6 +132,7 @@ 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
|
||||
|
||||
add(*layout);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue