mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:07:43 +00:00
FileManager: Replace '->' with '→' in symlink statusbar info message
This looks so much nicer, as the '-' and '>' are not aligned in the default font configuration.
This commit is contained in:
parent
de90faa4c4
commit
5c79681611
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ void DirectoryView::update_statusbar()
|
|||
if (selected_item_count == 1) {
|
||||
auto& node = this->node(current_view().selection().first());
|
||||
if (!node.symlink_target.is_empty()) {
|
||||
builder.append(" -> ");
|
||||
builder.append(" → ");
|
||||
builder.append(node.symlink_target);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue