mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
ProcessManager: Bump the initial window size to "pretty big"
This commit is contained in:
parent
fd280a6a03
commit
8a0d77f576
Notes:
sideshowbarker
2024-07-19 15:36:03 +09:00
Author: https://github.com/awesomekling
Commit: 8a0d77f576
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto* window = new GWindow;
|
||||
window->set_title("ProcessManager");
|
||||
window->set_rect(20, 200, 320, 300);
|
||||
window->set_rect(20, 200, 600, 400);
|
||||
window->set_main_widget(widget);
|
||||
window->set_should_exit_app_on_close(true);
|
||||
window->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue