change secondary color from yellow to gray
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 149 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1018 B |
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 461 B |
Before Width: | Height: | Size: 1003 B After Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 969 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 969 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 883 B After Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 283 B |
@ -227,7 +227,7 @@ WindowPrompt(const char *title, const char *msg, const char *btn1Label, const ch
|
||||
GuiImageData dialogBox(dialogue_box_png);
|
||||
GuiImage dialogBoxImg(&dialogBox);
|
||||
|
||||
GuiText titleTxt(title, 26, (GXColor){70, 70, 10, 255});
|
||||
GuiText titleTxt(title, 26, (GXColor){0, 0, 0, 255});
|
||||
titleTxt.SetAlignment(ALIGN_CENTRE, ALIGN_TOP);
|
||||
titleTxt.SetPosition(0,14);
|
||||
GuiText msgTxt(msg, 26, (GXColor){0, 0, 0, 255});
|
||||
@ -422,7 +422,7 @@ ProgressWindow(char *title, char *msg)
|
||||
throbberImg.SetAlignment(ALIGN_CENTRE, ALIGN_MIDDLE);
|
||||
throbberImg.SetPosition(0, 40);
|
||||
|
||||
GuiText titleTxt(title, 26, (GXColor){70, 70, 10, 255});
|
||||
GuiText titleTxt(title, 26, (GXColor){0, 0, 0, 255});
|
||||
titleTxt.SetAlignment(ALIGN_CENTRE, ALIGN_TOP);
|
||||
titleTxt.SetPosition(0,14);
|
||||
GuiText msgTxt(msg, 26, (GXColor){0, 0, 0, 255});
|
||||
@ -740,7 +740,7 @@ SettingWindow(const char * title, GuiWindow * w)
|
||||
GuiImageData dialogBox(dialogue_box_png);
|
||||
GuiImage dialogBoxImg(&dialogBox);
|
||||
|
||||
GuiText titleTxt(title, 26, (GXColor){70, 70, 10, 255});
|
||||
GuiText titleTxt(title, 26, (GXColor){0, 0, 0, 255});
|
||||
titleTxt.SetAlignment(ALIGN_CENTRE, ALIGN_TOP);
|
||||
titleTxt.SetPosition(0,14);
|
||||
|
||||
@ -2871,7 +2871,7 @@ ButtonMappingWindow()
|
||||
GuiImageData dialogBox(dialogue_box_png);
|
||||
GuiImage dialogBoxImg(&dialogBox);
|
||||
|
||||
GuiText titleTxt("Button Mapping", 26, (GXColor){70, 70, 10, 255});
|
||||
GuiText titleTxt("Button Mapping", 26, (GXColor){0, 0, 0, 255});
|
||||
titleTxt.SetAlignment(ALIGN_CENTRE, ALIGN_TOP);
|
||||
titleTxt.SetPosition(0,14);
|
||||
|
||||
|