Implement dialog for replacing files

This commit is contained in:
Jeremy Soller 2024-02-26 15:15:49 -07:00
parent ab3b5f40d5
commit 5778d64e8c
5 changed files with 265 additions and 220 deletions

View file

@ -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)