Add hflow.

This commit is contained in:
Arthur Sonzogni
2019-01-22 23:42:57 +01:00
parent 456ede70fd
commit 610b86183b
10 changed files with 161 additions and 2 deletions

View File

@@ -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;
}
};