mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Updated rGuiStyler
This commit is contained in:
BIN
tools/rGuiStyler/design/rguistyler2_light_REV9.png
Normal file
BIN
tools/rGuiStyler/design/rguistyler2_light_REV9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
@ -561,7 +561,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
progressValue = GuiProgressBar(bounds[PROGRESSBAR], progressValue, 0.0f, 1.0f);
|
||||
|
||||
spinnerValue = GuiSpinner(bounds[SPINNER], spinnerValue, 32, 30);
|
||||
spinnerValue = GuiSpinner(bounds[SPINNER], spinnerValue, 32, 35);
|
||||
|
||||
comboActive = GuiComboBox(bounds[COMBOBOX], comboText, comboNum, comboActive);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user