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
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ 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
|
||||||
|
|
||||||
add(*layout);
|
add(*layout);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue