mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-03 20:59:18 -05:00
Update style_selector.c
This commit is contained in:
@ -115,7 +115,7 @@ int main()
|
|||||||
|
|
||||||
// Visuals options
|
// Visuals options
|
||||||
GuiLabel((Rectangle){ 10, 10, 60, 24 }, "Style:");
|
GuiLabel((Rectangle){ 10, 10, 60, 24 }, "Style:");
|
||||||
visualStyleActive = GuiComboBox((Rectangle){ 60,10, 120, 24 }, "default;Jungle;Lavanda;Dark;Bluish;Cyber;Terminal", visualStyleActive);
|
GuiComboBox((Rectangle){ 60,10, 120, 24 }, "default;Jungle;Lavanda;Dark;Bluish;Cyber;Terminal", &visualStyleActive);
|
||||||
|
|
||||||
GuiSetIconScale(2);
|
GuiSetIconScale(2);
|
||||||
GuiSetStyle(BUTTON, TEXT_ALIGNMENT, TEXT_ALIGN_RIGHT);
|
GuiSetStyle(BUTTON, TEXT_ALIGNMENT, TEXT_ALIGN_RIGHT);
|
||||||
|
|||||||
Reference in New Issue
Block a user