Skip to content

Commit

Permalink
Adjust tree view height
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Nov 30, 2023
1 parent 2dd2d8d commit 7d23b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl Application for App {
let nav_model = self.nav_model()?;

let mut nav = segmented_button::vertical(nav_model)
.button_height(24)
.button_height(28)
.button_padding([16, 4, 16, 4])
.button_spacing(4)
.on_activate(|entity| message::cosmic(cosmic::app::cosmic::Message::NavBar(entity)))
Expand Down

0 comments on commit 7d23b09

Please sign in to comment.