mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
2048: Tweak default window size
As requested by @nico
This commit is contained in:
parent
1671e1ac92
commit
4f06cda8f8
Notes:
sideshowbarker
2024-07-19 03:26:26 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/4f06cda8f86 Pull-request: https://github.com/SerenityOS/serenity/pull/3204
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ int main(int argc, char** argv)
|
|||
|
||||
window->set_double_buffering_enabled(false);
|
||||
window->set_title("2048");
|
||||
window->resize(324, 336);
|
||||
window->resize(315, 336);
|
||||
|
||||
auto& main_widget = window->set_main_widget<GUI::Widget>();
|
||||
main_widget.set_layout<GUI::VerticalBoxLayout>();
|
||||
|
|
Loading…
Add table
Reference in a new issue