diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/grid-simple.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/grid-simple.cxx b/examples/grid-simple.cxx index f08a5957b..5641f840c 100644 --- a/examples/grid-simple.cxx +++ b/examples/grid-simple.cxx @@ -41,6 +41,7 @@ int main(int argc, char **argv) { grid->widget(b4, 2, 0); grid->widget(b6, 2, 2); // grid->show_grid(1); // enable to display grid helper lines + grid->end(); win->end(); win->resizable(grid); win->size_range(300, 100); |
