mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
2048: Tweak default window size
As requested by @nico
This commit is contained in:
parent
1671e1ac92
commit
4f06cda8f8
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_double_buffering_enabled(false);
|
||||||
window->set_title("2048");
|
window->set_title("2048");
|
||||||
window->resize(324, 336);
|
window->resize(315, 336);
|
||||||
|
|
||||||
auto& main_widget = window->set_main_widget<GUI::Widget>();
|
auto& main_widget = window->set_main_widget<GUI::Widget>();
|
||||||
main_widget.set_layout<GUI::VerticalBoxLayout>();
|
main_widget.set_layout<GUI::VerticalBoxLayout>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue