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

@ -123,7 +123,8 @@ fn build_ui(application: &gtk4::Application) {
set_visible: false,
add_css_class: "loading-overlay",
},
set_child: main_box = Some(&gtk4::Box) {
#[wrap(Some)]
set_child: main_box = &gtk4::Box {
set_orientation: Orientation::Vertical,
set_spacing: 10,
set_margin_top: 20,