.examples cosmetic fix

This commit is contained in:
Zbigniew Rębacz 2023-02-08 18:17:22 +01:00
parent e26d6c89b8
commit bc85258cb3

View file

@ -25,7 +25,7 @@ struct ButtonApp : TopWindow {
{
count = 0;
button <<= THISBACK(Click);
button.SetLabel("&I'm an Ultimate++ button!");
button.SetLabel("&I'm an U++ button!");
Add(button.VCenterPos(20).HCenterPos(200));
Add(label.BottomPos(0, 20).HCenterPos(200));
label.SetAlign(ALIGN_CENTER);