Reviewed examples

This commit is contained in:
raysan5
2021-04-02 16:32:14 +02:00
parent 6b216626ec
commit d2752e9a47
3 changed files with 6 additions and 4 deletions

View File

@ -160,9 +160,7 @@ int main()
GuiSetStyle(BUTTON, TEXT_ALIGNMENT, GUI_TEXT_ALIGN_CENTER);
GuiSetTooltip("Save current file.");
if (GuiButton((Rectangle){ 25, 255, 125, 30 }, GuiIconText(RICON_FILE_SAVE, "Save File"))) showTextInputBox = true;
GuiClearTooltip();
GuiGroupBox((Rectangle){ 25, 310, 125, 150 }, "STATES");
GuiLock();