mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
GDirectoryModel: Shrink the Permissions and Inode columns a little bit.
This commit is contained in:
parent
ae231cfe3d
commit
34db7067fa
1 changed files with 2 additions and 2 deletions
|
@ -126,9 +126,9 @@ GModel::ColumnMetadata GDirectoryModel::column_metadata(int column) const
|
||||||
case Column::Group:
|
case Column::Group:
|
||||||
return { 50, TextAlignment::CenterLeft };
|
return { 50, TextAlignment::CenterLeft };
|
||||||
case Column::Permissions:
|
case Column::Permissions:
|
||||||
return { 80, TextAlignment::CenterLeft };
|
return { 60, TextAlignment::CenterLeft };
|
||||||
case Column::Inode:
|
case Column::Inode:
|
||||||
return { 80, TextAlignment::CenterRight };
|
return { 60, TextAlignment::CenterRight };
|
||||||
}
|
}
|
||||||
ASSERT_NOT_REACHED();
|
ASSERT_NOT_REACHED();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue