Skip to content

Commit

Permalink
feat: Center the title of kernel information block
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 10, 2021
1 parent 04b00fa commit 4ee5227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ impl App {
self.style.unicode.get(Symbol::Gear)
),
self.style.bold,
)),
))
.title_alignment(Alignment::Center),
)
.alignment(Alignment::Center)
.wrap(Wrap { trim: true }),
Expand Down

0 comments on commit 4ee5227

Please sign in to comment.