Implement dialog for replacing files
This commit is contained in:
parent
ab3b5f40d5
commit
5778d64e8c
5 changed files with 265 additions and 220 deletions
|
|
@ -962,7 +962,7 @@ impl Application for App {
|
|||
if self.tab_model.iter().count() > 1 {
|
||||
tab_column = tab_column.push(
|
||||
widget::container(
|
||||
widget::view_switcher::horizontal(&self.tab_model)
|
||||
widget::tab_bar::horizontal(&self.tab_model)
|
||||
.button_height(32)
|
||||
.button_spacing(space_xxs)
|
||||
.on_activate(Message::TabActivate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue