Added style.GrabSizeMin

This commit is contained in:
ocornut
2015-03-08 11:43:57 +00:00
parent 849c72c5c3
commit a5daea9408
2 changed files with 7 additions and 4 deletions

View File

@ -533,6 +533,7 @@ struct ImGuiStyle
float TreeNodeSpacing; // Horizontal spacing when entering a tree node
float ColumnsMinSpacing; // Minimum horizontal spacing between two columns
float ScrollBarWidth; // Width of the vertical scroll bar
float GrabMinSize; // Minimum width/height of a slider or scroll bar grab
ImVec4 Colors[ImGuiCol_COUNT];
IMGUI_API ImGuiStyle();