diff --git a/Userland/Applications/SystemMonitor/main.cpp b/Userland/Applications/SystemMonitor/main.cpp index 6dcc253580..8fd28ec7d6 100644 --- a/Userland/Applications/SystemMonitor/main.cpp +++ b/Userland/Applications/SystemMonitor/main.cpp @@ -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(); main_widget.set_layout();