mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
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:
parent
2851c05dee
commit
771054bff7
Notes:
sideshowbarker
2024-07-17 06:29:49 +09:00
Author: https://github.com/trflynn89
Commit: 771054bff7
Pull-request: https://github.com/SerenityOS/serenity/pull/24074
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue