Added groupBox to rGuiLayout

This commit is contained in:
Ray San
2018-03-14 13:54:38 +01:00
parent 96f1867680
commit 96a787eb4d
2 changed files with 14 additions and 9 deletions

View File

@ -73,8 +73,6 @@ int main(int argc, char *argv[0])
ClearBackground(RAYWHITE);
DrawRectangle(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, Fade(LIGHTGRAY, 0.5f));
GuiGroupBox(panel, "Image export options");
//Draw file format options
GuiLabel((Rectangle){ guiPosX, guiPosY + 20, 0, 0 }, FormatText("File format"));