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