mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-06 11:12:54 +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
|
@ -50,7 +50,7 @@ GTableModel::ColumnMetadata ProcessTableModel::column_metadata(int column) const
|
|||
switch (column) {
|
||||
case Column::PID: return { 30, TextAlignment::CenterRight };
|
||||
case Column::State: return { 80, TextAlignment::CenterLeft };
|
||||
case Column::Priority: return { 80, TextAlignment::CenterLeft };
|
||||
case Column::Priority: return { 75, TextAlignment::CenterLeft };
|
||||
case Column::Linear: return { 70, TextAlignment::CenterRight };
|
||||
case Column::Physical: return { 70, TextAlignment::CenterRight };
|
||||
case Column::CPU: return { 30, TextAlignment::CenterRight };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue