mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
This commit is contained in:
parent
e119842308
commit
4cf2115179
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ MyApp::MyApp()
|
|||
list1.AddColumn("Ignoring skin change");
|
||||
list1.NoCursor();
|
||||
list1.Add(AttrText("Blend(Red, Yellow)").NormalInk(Blend(SRed(), SYellow())).Bold());
|
||||
list1.Add(AttrText("LtBlue").NormalInk(SBlue().Resolved()).Bold()); // Resolved converts SBlue to normal color, just as does Blend, for testing
|
||||
list1.Add(AttrText("SBlue").NormalInk(SBlue().Resolved()).Bold()); // Resolved converts SBlue to normal color, just as does Blend, for testing
|
||||
list1.Add(AttrText("Blend(Red, LtBlue)").NormalInk(Blend(SRed(), SLtBlue())).Bold());
|
||||
|
||||
list2.AddColumn("Using AColor");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue