Update uses of relm4-macros to relm4 next branch

This commit is contained in:
Ian Douglas Scott 2022-06-29 12:00:18 -07:00
parent 3782df1e96
commit 04c7e73dec
10 changed files with 31 additions and 15 deletions

View file

@ -59,7 +59,8 @@ fn build_aps_list(
for ap in aps {
view! {
entry = ListBoxRow {
set_child: entry_box = Some(&gtk4::Box) {
#[wrap(Some)]
set_child: entry_box = &gtk4::Box {
container_add: labeled_item = &LabeledItem {
set_title: &ap.ssid,
set_child: icon = &Image {