Update libcosmic

This commit is contained in:
Jeremy Soller 2024-02-26 15:19:54 -07:00
parent d4f1e1cd12
commit 09d4ca9f6a
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 158 additions and 149 deletions

View file

@ -637,7 +637,7 @@ impl App {
let mut sections = Vec::with_capacity(3 + self.color_scheme_errors.len());
sections.push(
widget::view_switcher::horizontal(&self.color_scheme_tab_model)
widget::tab_bar::horizontal(&self.color_scheme_tab_model)
.on_activate(Message::ColorSchemeTabActivate)
.into(),
);
@ -2303,7 +2303,7 @@ impl Application for App {
if tab_model.iter().count() > 1 {
tab_column = tab_column.push(
widget::container(
widget::view_switcher::horizontal(tab_model)
widget::tab_bar::horizontal(tab_model)
.button_height(32)
.button_spacing(space_xxs)
.on_activate(Message::TabActivate)