Add "frame" : scrollable area.

This commit is contained in:
Arthur Sonzogni
2019-01-19 22:06:05 +01:00
parent cb4df0b56f
commit fddcbdea65
50 changed files with 543 additions and 243 deletions

View File

@@ -50,7 +50,7 @@ class MyComponent : public Component {
toggle_.Render(),
separator(),
tab_container_.Render()
) | frame;
) | border;
}
private: