mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
Serendipity: Make main window a normal window
..instead of a tool window. Tool windows are meant as accessories to an application's main/primary windows, not to be primary windows themselves. Fixes #5667.
This commit is contained in:
parent
1375c57c4a
commit
2d7d5f2b55
Notes:
sideshowbarker
2024-07-18 21:38:58 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2d7d5f2b55c
@ -68,7 +68,6 @@ int main(int argc, char** argv)
|
||||
|
||||
window->set_title("Welcome");
|
||||
window->set_resizable(true);
|
||||
window->set_window_type(GUI::WindowType::ToolWindow);
|
||||
window->set_main_widget<SerendipityWidget>();
|
||||
|
||||
window->show();
|
||||
|
Loading…
Reference in New Issue
Block a user