Realign assignments.

No functional changes.
This commit is contained in:
ocornut
2024-05-03 12:57:07 +02:00
parent fc4d818e17
commit 6ebbecc6a0
2 changed files with 115 additions and 115 deletions
+1 -1
View File
@@ -1557,7 +1557,7 @@ enum ImGuiCol_
// - When changing this enum, you need to update the associated internal table GStyleVarInfo[] accordingly. This is where we link enum values to members offset/type.
enum ImGuiStyleVar_
{
// Enum name --------------------- // Member in ImGuiStyle structure (see ImGuiStyle for descriptions)
// Enum name -------------------------- // Member in ImGuiStyle structure (see ImGuiStyle for descriptions)
ImGuiStyleVar_Alpha, // float Alpha
ImGuiStyleVar_DisabledAlpha, // float DisabledAlpha
ImGuiStyleVar_WindowPadding, // ImVec2 WindowPadding