mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 20:32:56 +03: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
Notes:
sideshowbarker
2024-07-17 10:36:13 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/5c79681611 Pull-request: https://github.com/SerenityOS/serenity/pull/14132
@ -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…
Reference in New Issue
Block a user