mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:57:42 +00:00
LibGUI: Make GUI::Dialogs non-minimizable by default
This commit is contained in:
parent
005afa4c6e
commit
1abda05d38
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ Dialog::Dialog(Window* parent_window)
|
||||||
: Window(parent_window)
|
: Window(parent_window)
|
||||||
{
|
{
|
||||||
set_modal(true);
|
set_modal(true);
|
||||||
|
set_minimizable(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
Dialog::~Dialog()
|
Dialog::~Dialog()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue