mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
WARNING: Updated default style ListView items height
This commit is contained in:
@ -3538,7 +3538,7 @@ void GuiLoadStyleDefault(void)
|
||||
GuiSetStyle(SCROLLBAR, SCROLL_SLIDER_SIZE, 16);
|
||||
GuiSetStyle(SCROLLBAR, SCROLL_PADDING, 0);
|
||||
GuiSetStyle(SCROLLBAR, SCROLL_SPEED, 12);
|
||||
GuiSetStyle(LISTVIEW, LIST_ITEMS_HEIGHT, 24);
|
||||
GuiSetStyle(LISTVIEW, LIST_ITEMS_HEIGHT, 28);
|
||||
GuiSetStyle(LISTVIEW, LIST_ITEMS_SPACING, 2);
|
||||
GuiSetStyle(LISTVIEW, SCROLLBAR_WIDTH, 12);
|
||||
GuiSetStyle(LISTVIEW, SCROLLBAR_SIDE, SCROLLBAR_RIGHT_SIDE);
|
||||
|
||||
Reference in New Issue
Block a user