fix: impl combo_box::Catalog
This commit is contained in:
parent
af9e353f50
commit
bd8347f7fc
1 changed files with 4 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ use cosmic_theme::composite::over;
|
||||||
use iced::{
|
use iced::{
|
||||||
overlay::menu,
|
overlay::menu,
|
||||||
widget::{
|
widget::{
|
||||||
button as iced_button, checkbox as iced_checkbox, container as iced_container, pane_grid,
|
button as iced_button, checkbox as iced_checkbox, combo_box, container as iced_container,
|
||||||
pick_list, progress_bar, radio, rule, scrollable,
|
pane_grid, pick_list, progress_bar, radio, rule, scrollable,
|
||||||
slider::{self, Rail},
|
slider::{self, Rail},
|
||||||
svg, toggler,
|
svg, toggler,
|
||||||
},
|
},
|
||||||
|
|
@ -1481,3 +1481,5 @@ impl iced_widget::qr_code::Catalog for Theme {
|
||||||
class(self)
|
class(self)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl combo_box::Catalog for Theme {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue