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-12-04 19:15:20 +01:00
committed by ocornut
parent 2958e37310
commit 0e7b3f2f2f
4 changed files with 89 additions and 3 deletions
+1
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;