mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-23 13:28:08 +08:00
Add hflow.
This commit is contained in:
@@ -73,7 +73,7 @@ class MyComponent : public Component {
|
||||
separator(),
|
||||
Render(L"radiobox", radiobox),
|
||||
separator(),
|
||||
Render(L"input", input)
|
||||
Render(L"input", input) | size(WIDTH, EQUAL, 20)
|
||||
) | border;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user