Skip to content

Commit

Permalink
feat: update Bar defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bloznelis committed Oct 13, 2024
1 parent 3570183 commit 539845d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ pub struct Bar {
impl Default for Bar {
fn default() -> Self {
Bar {
height: 10,
position: Position::Bottom,
height: 30,
position: Position::Top,
}
}
}
Expand Down

0 comments on commit 539845d

Please sign in to comment.