mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
GDirectoryModel: Tweak default width of permission bits column
Now that GTableView elides text content by default, this column was a little too wide and ended up getting elided sometimes.
This commit is contained in:
@@ -131,7 +131,7 @@ GModel::ColumnMetadata GDirectoryModel::column_metadata(int column) const
|
||||
case Column::ModificationTime:
|
||||
return { 110, TextAlignment::CenterLeft };
|
||||
case Column::Permissions:
|
||||
return { 60, TextAlignment::CenterLeft };
|
||||
return { 65, TextAlignment::CenterLeft };
|
||||
case Column::Inode:
|
||||
return { 60, TextAlignment::CenterRight };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user