Skip to content

Commit

Permalink
fix: impl combo_box::Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dryadxon authored and jackpot51 committed Jan 13, 2025
1 parent af9e353 commit bd8347f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/theme/style/iced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ use cosmic_theme::composite::over;
use iced::{
overlay::menu,
widget::{
button as iced_button, checkbox as iced_checkbox, container as iced_container, pane_grid,
pick_list, progress_bar, radio, rule, scrollable,
button as iced_button, checkbox as iced_checkbox, combo_box, container as iced_container,
pane_grid, pick_list, progress_bar, radio, rule, scrollable,
slider::{self, Rail},
svg, toggler,
},
Expand Down Expand Up @@ -1481,3 +1481,5 @@ impl iced_widget::qr_code::Catalog for Theme {
class(self)
}
}

impl combo_box::Catalog for Theme {}

0 comments on commit bd8347f

Please sign in to comment.