Update uses of relm4-macros to relm4 next branch
This commit is contained in:
parent
3782df1e96
commit
04c7e73dec
10 changed files with 31 additions and 15 deletions
|
|
@ -123,7 +123,8 @@ fn build_ui(application: >k4::Application) {
|
|||
set_visible: false,
|
||||
add_css_class: "loading-overlay",
|
||||
},
|
||||
set_child: main_box = Some(>k4::Box) {
|
||||
#[wrap(Some)]
|
||||
set_child: main_box = >k4::Box {
|
||||
set_orientation: Orientation::Vertical,
|
||||
set_spacing: 10,
|
||||
set_margin_top: 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue