mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Base: Make the serenity-application HackStudio template build again
Applies changes as seen in 0c24522635
.
This commit is contained in:
parent
5f87c3022c
commit
7d330d379c
Notes:
sideshowbarker
2024-07-17 02:02:35 +09:00
Author: https://github.com/krkk
Commit: 7d330d379c
Pull-request: https://github.com/SerenityOS/serenity/pull/16872
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
window->resize(96, 44);
|
||||
window->set_resizable(false);
|
||||
|
||||
auto main_widget = TRY(window->try_set_main_widget<GUI::Widget>());
|
||||
auto main_widget = TRY(window->set_main_widget<GUI::Widget>());
|
||||
main_widget->set_fill_with_background_color(true);
|
||||
|
||||
auto layout = TRY(main_widget->try_set_layout<GUI::VerticalBoxLayout>());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue