mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
ProcessManager: Bump the initial window size to "pretty big"
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user