mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-19 18:18:09 +08:00
Pipeable decoration and the package_manager example.
- Pipeable decorator. - package_manager example.
This commit is contained in:
@@ -10,7 +10,7 @@ int main(int argc, const char *argv[])
|
||||
text(L"left-column"),
|
||||
separator(),
|
||||
flex(vbox(
|
||||
flex(center(text(L"right-column"))),
|
||||
center(text(L"right-column")) | flex,
|
||||
separator(),
|
||||
center(text(L"bottom-column"))
|
||||
))
|
||||
|
Reference in New Issue
Block a user