Ladybird: Slightly increase the size of the Task Manager window

This adds a bit more room to see most titles on one line.
This commit is contained in:
Timothy Flynn 2024-04-22 14:16:01 -04:00 committed by Andrew Kaster
commit 771054bff7
Notes: sideshowbarker 2024-07-17 06:29:49 +09:00
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ TaskManagerWindow::TaskManagerWindow(QWidget* parent)
layout()->addWidget(m_web_view);
setWindowTitle("Task Manager");
resize(400, 300);
resize(600, 400);
m_update_timer.setInterval(1000);