widgets: Update to relm4 next branch

This commit is contained in:
Ian Douglas Scott 2022-06-27 16:41:27 -07:00
parent d004d686bd
commit 887ff2959c
4 changed files with 27 additions and 26 deletions

View file

@ -67,7 +67,7 @@ impl LabeledItem {
impl Default for LabeledItem {
fn default() -> Self {
let root = GtkBox::new(Orientation::Horizontal, 0);
let controller = imp::LabeledItem::init()
let controller = imp::LabeledItem::builder()
.attach_to(&root)
.launch(())
.detach();