index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
material_theme
/
src
/
combo_box.rs
blob: 3024176b883ff42968f803f9b945141744ad561c (
plain
)
1
2
3
4
5
use
iced_widget
::
combo_box
::
Catalog
;
use
super
::
Theme
;
impl
Catalog
for
Theme
{}