mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
.examples cosmetic fix
This commit is contained in:
parent
e26d6c89b8
commit
bc85258cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue