1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

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();