mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
GDirectoryModel: Shrink the Permissions and Inode columns a little bit.
This commit is contained in:
parent
ae231cfe3d
commit
34db7067fa
Notes:
sideshowbarker
2024-07-19 12:59:16 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/34db7067fa6
1 changed files with 2 additions and 2 deletions
|
@ -126,9 +126,9 @@ GModel::ColumnMetadata GDirectoryModel::column_metadata(int column) const
|
|||
case Column::Group:
|
||||
return { 50, TextAlignment::CenterLeft };
|
||||
case Column::Permissions:
|
||||
return { 80, TextAlignment::CenterLeft };
|
||||
return { 60, TextAlignment::CenterLeft };
|
||||
case Column::Inode:
|
||||
return { 80, TextAlignment::CenterRight };
|
||||
return { 60, TextAlignment::CenterRight };
|
||||
}
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue