mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Style: Added GrabRounding (works well with AA branch). Followup to #212
This commit is contained in:
		
							
								
								
									
										1
									
								
								imgui.h
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								imgui.h
									
									
									
									
									
								
							| @@ -612,6 +612,7 @@ struct ImGuiStyle | ||||
|     float       ScrollbarWidth;             // Width of the vertical scrollbar | ||||
|     float       ScrollbarRounding;          // Radius of grab corners for scrollbar | ||||
|     float       GrabMinSize;                // Minimum width/height of a grab box for slider/scrollbar | ||||
|     float       GrabRounding;               // Radius of grabs corners rounding. Set to 0.0f to have rectangular slider grabs. | ||||
|     ImVec2      DisplayWindowPadding;       // Window positions are clamped to be visible within the display area by at least this amount. Only covers regular windows. | ||||
|     ImVec2      DisplaySafeAreaPadding;     // If you cannot see the edge of your screen (e.g. on a TV) increase the safe area padding. Covers popups/tooltips as well regular windows. | ||||
|     ImVec4      Colors[ImGuiCol_COUNT]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user