mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibGUI: Make GUI::Dialogs non-minimizable by default
This commit is contained in:
parent
005afa4c6e
commit
1abda05d38
Notes:
sideshowbarker
2024-07-19 01:13:34 +09:00
Author: https://github.com/awesomekling
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