mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Tables: Made only first column honor Indent by default (like Columns api) and exposed flags. Added simple Tree demo.
This commit is contained in:
@ -1908,6 +1908,7 @@ struct ImGuiTable
|
||||
ImU32 BorderColorLight;
|
||||
float BorderX1;
|
||||
float BorderX2;
|
||||
float HostIndentX;
|
||||
float CellPaddingX1; // Padding from each borders
|
||||
float CellPaddingX2;
|
||||
float CellPaddingY;
|
||||
|
Reference in New Issue
Block a user