Add Graph.

This commit is contained in:
ArthurSonzogni
2019-01-26 21:52:55 +01:00
parent 1e92db7ec0
commit 9117166541
31 changed files with 226 additions and 80 deletions

View File

@@ -73,7 +73,7 @@ class MyComponent : public Component {
separator(),
Render(L"radiobox", radiobox),
separator(),
Render(L"input", input) | size(WIDTH, EQUAL, 20)
Render(L"input", input) | size(WIDTH, LESS_THAN, 30)
) | border;
}
};