aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-05-01 13:52:26 +1000
committerinmarket <andrewh@inmarket.com.au>2014-05-01 13:52:26 +1000
commit5ada56e807a947d6ce9ad3939a540d303034b4ad (patch)
treef55c11c3fdf4c2b9b8d7f5f78772b5b2ba70c3bb /demos
parent68f50a3fe978611b8ac3d78987bb3d9efc58f06d (diff)
downloaduGFX-5ada56e807a947d6ce9ad3939a540d303034b4ad.tar.gz
uGFX-5ada56e807a947d6ce9ad3939a540d303034b4ad.tar.bz2
uGFX-5ada56e807a947d6ce9ad3939a540d303034b4ad.zip
Fix list label in widget demo
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/gwin/widgets/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c
index c0c26776..ae40b612 100644
--- a/demos/modules/gwin/widgets/main.c
+++ b/demos/modules/gwin/widgets/main.c
@@ -237,7 +237,7 @@ static void createWidgets(void) {
gdispImageOpenFile(&imgYesNo, "image_yesno.gif");
gwinListItemSetImage(ghList3, 1, &imgYesNo);
gwinListItemSetImage(ghList3, 3, &imgYesNo);
- wi.g.x = 0+3*(LIST_WIDTH+5); wi.text = "L2";
+ wi.g.x = 0+3*(LIST_WIDTH+5); wi.text = "L4";
ghList4 = gwinListCreate(0, &wi, TRUE);
gwinListAddItem(ghList4, "Item 0", FALSE);
gwinListAddItem(ghList4, "Item 1", FALSE);