mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +08:00
Introduce xflex and yflex.
This commit is contained in:

committed by
Arthur Sonzogni

parent
13e4f97c35
commit
e3ca437a48
@@ -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,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user