Skip to content

Commit ab2f0c4

Browse files
committed
Consistent spacing
1 parent b019ab1 commit ab2f0c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/global/status_bar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub fn status_bar_draw(app: &mut App, frame: &mut Frame, area: Rect) {
6969
};
7070

7171
let status_bar_info_right = Paragraph::new(format!(
72-
"{} {} {} {} {:08X} {}%",
72+
"{} {} {} {} {:08X} {:3}%",
7373
mode, bookmarks_string, app.file_info.r#type, selected, app.hex_view.offset, percent
7474
))
7575
.style(app.config.theme.topbar)

0 commit comments

Comments
 (0)