mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-09 20:21:06 +00:00
reorder childs
This commit is contained in:
parent
95f24fe1dd
commit
9be583044f
@ -20,7 +20,7 @@ impl Widget {
|
||||
// Components
|
||||
navigation: &Box,
|
||||
content: &Box,
|
||||
request: &ToolbarView,
|
||||
input: &ToolbarView,
|
||||
) -> Arc<Self> {
|
||||
// Init additional action group
|
||||
let action_group = SimpleActionGroup::new();
|
||||
@ -33,8 +33,8 @@ impl Widget {
|
||||
.build();
|
||||
|
||||
gobject.append(navigation);
|
||||
gobject.append(input);
|
||||
gobject.append(content);
|
||||
gobject.append(request);
|
||||
|
||||
gobject.insert_action_group(&uuid_string_random(), Some(&action_group));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user