Tables: Made only first column honor Indent by default (like Columns api) and exposed flags. Added simple Tree demo.

This commit is contained in:
omar
2020-01-09 21:10:45 +01:00
committed by ocornut
parent 2958e37310
commit 0e7b3f2f2f
4 changed files with 89 additions and 3 deletions

View File

@ -1908,6 +1908,7 @@ struct ImGuiTable
ImU32 BorderColorLight;
float BorderX1;
float BorderX2;
float HostIndentX;
float CellPaddingX1; // Padding from each borders
float CellPaddingX2;
float CellPaddingY;