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

@ -79,7 +79,8 @@ fn build_ui(application: &gtk4::Application) {
set_margin_start: 24,
set_margin_end: 24,
append: settings_button = &Button {
set_child = Some(&Label) {
#[wrap(Some)]
set_child = &Label {
set_label: "Settings...",
set_halign: Align::Start,
set_hexpand: true