Introduce xflex and yflex.

This commit is contained in:
ArthurSonzogni
2020-07-17 00:27:39 +02:00
committed by Arthur Sonzogni
parent 13e4f97c35
commit e3ca437a48
4 changed files with 67 additions and 8 deletions

View File

@@ -363,7 +363,7 @@ class Tab : public Component {
return vbox({
text(L"FTXUI Demo") | bold | hcenter,
tab_selection.Render() | hcenter,
container.Render(),
container.Render() | flex,
});
}
};