mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-23 13:28:08 +08:00
Use vscroll_indicator in examples.
This commit is contained in:

committed by
Arthur Sonzogni

parent
535974d291
commit
84287eb217
@@ -24,7 +24,8 @@ int main(int argc, const char* argv[]) {
|
||||
}
|
||||
|
||||
auto renderer = Renderer(container, [&] {
|
||||
return container->Render() | frame | size(HEIGHT, LESS_THAN, 10) | border;
|
||||
return container->Render() | vscroll_indicator | frame |
|
||||
size(HEIGHT, LESS_THAN, 10) | border;
|
||||
});
|
||||
|
||||
auto screen = ScreenInteractive::FitComponent();
|
||||
|
Reference in New Issue
Block a user