Review properties naming

Replaced INNER_PADDING by TEXT_PADDING -WIP-
This commit is contained in:
raysan5
2019-09-01 11:49:56 +02:00
parent cecf25c5fb
commit 1adfb6cef5
2 changed files with 147 additions and 148 deletions

View File

@ -186,9 +186,7 @@ int main()
// NOTE: View rectangle could be used to perform some scissor test
Rectangle view = GuiScrollPanel((Rectangle){ 560, 25, 100, 160 }, (Rectangle){ 560, 25, 200, 400 }, &viewScroll);
GuiSetStyle(DEFAULT, INNER_PADDING, 10);
GuiStatusBar((Rectangle){ 0, GetScreenHeight() - 20, GetScreenWidth(), 20 }, "This is a status bar");
GuiSetStyle(DEFAULT, INNER_PADDING, 2);
alphaValue = GuiColorBarAlpha((Rectangle){ 320, 490, 200, 30 }, alphaValue);