Adjust tree view height
This commit is contained in:
parent
2dd2d8d4ed
commit
7d23b093fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue