Updated rGuiStyler

This commit is contained in:
Ray
2018-05-02 23:49:50 +02:00
parent 7a212a8dfc
commit 303c1070be
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

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