expand container area

This commit is contained in:
yggverse 2024-09-12 08:44:42 +03:00
parent c5919e71a2
commit 97b8431f11

View File

@ -13,6 +13,14 @@ Content::Content()
true
);
set_hexpand(
true
);
set_vexpand(
true
);
widget = nullptr;
}