mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
expand container area
This commit is contained in:
parent
c5919e71a2
commit
97b8431f11
1 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,14 @@ Content::Content()
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
set_hexpand(
|
||||||
|
true
|
||||||
|
);
|
||||||
|
|
||||||
|
set_vexpand(
|
||||||
|
true
|
||||||
|
);
|
||||||
|
|
||||||
widget = nullptr;
|
widget = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue