mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
SystemMonitor: Tweak default window size
This ensures that all information on the 'Graphs' tab is visible by default without having to resize the window. Fixes #6135.
This commit is contained in:
parent
3feaebfc2d
commit
45d4bf156d
Notes:
sideshowbarker
2024-07-18 20:46:23 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/45d4bf156d9 Pull-request: https://github.com/SerenityOS/serenity/pull/6136 Issue: https://github.com/SerenityOS/serenity/issues/6135
@ -174,7 +174,7 @@ int main(int argc, char** argv)
|
||||
|
||||
auto window = GUI::Window::construct();
|
||||
window->set_title("System Monitor");
|
||||
window->resize(680, 400);
|
||||
window->resize(680, 430);
|
||||
|
||||
auto& main_widget = window->set_main_widget<GUI::Widget>();
|
||||
main_widget.set_layout<GUI::VerticalBoxLayout>();
|
||||
|
Loading…
Reference in New Issue
Block a user