mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 07:34:27 +02:00
Add space after arrow due for Konsole
Fix as per https://old.reddit.com/r/kde/comments/6fxf5t/konsole_font_issue/
This commit is contained in:
parent
cdf464f323
commit
5d90c235eb
@ -1406,9 +1406,9 @@ impl Painter {
|
|||||||
let mut mem = "Mem%(m)".to_string();
|
let mut mem = "Mem%(m)".to_string();
|
||||||
|
|
||||||
let direction_val = if app_state.process_sorting_reverse {
|
let direction_val = if app_state.process_sorting_reverse {
|
||||||
"⯆".to_string()
|
"⯆ ".to_string()
|
||||||
} else {
|
} else {
|
||||||
"⯅".to_string()
|
"⯅ ".to_string()
|
||||||
};
|
};
|
||||||
|
|
||||||
match app_state.process_sorting_type {
|
match app_state.process_sorting_type {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user