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:
parent
849c72c5c3
commit
a5daea9408
2 changed files with 7 additions and 4 deletions
1
imgui.h
1
imgui.h
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue