egui/egui_demo_lib/src/apps
Simon Persson 9603bb4f85
Grid fixes (#473)
* Fix margin for grid layout nested inside grid

* Minor fix for grid layout

At time of end_row, current state is finished updating row_height.
Might as well use that instead of previous state.

* Fix horizontal advancing for nested layouts in grid

* Add back horizontal layout

* Add test for nested layouts in grids

* make test table striped

* Improve table test case with slider for dynamic text
2021-07-02 09:25:53 +02:00
..
demo Grid fixes (#473) 2021-07-02 09:25:53 +02:00
color_test.rs Rename ui.wrap to ui.scope 2021-05-09 13:17:32 +02:00
fractal_clock.rs Deprecate old Slider constructors in favor of Slider::new 2021-03-27 16:07:18 +01:00
http_app.rs Resizable panels + right and bottom panels (#438) 2021-05-26 22:06:10 +02:00
mod.rs Move easy_mark from egui deo egui_demo_lib 2021-04-24 01:18:08 +02:00