mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Tutorial(Gui24): make text readable under dark theme (#241)
...by changing the text color to `SBlue`.
This commit is contained in:
parent
cf7b9961e9
commit
916253ca4b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ struct MyAppWindow : TopWindow {
|
|||
|
||||
void Paint(Draw& w) override {
|
||||
w.DrawRect(GetSize(), SLtYellow);
|
||||
w.DrawText(20, 20, t_("Hello translation engine!"), Arial(30), Blue);
|
||||
w.DrawText(20, 20, t_("Hello translation engine!"), Arial(30), SBlue);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue