Docs: fix typo in listview.lua example

This commit is contained in:
Frans de Jonge
2017-04-12 22:45:42 +02:00
committed by GitHub
parent 0eec5b5174
commit 485295657c

View File

@@ -14,7 +14,7 @@ Example:
items = {
FrameContainer:new{
bordersize = 0,
background = Blitbuffer.COLOR_WHITE
background = Blitbuffer.COLOR_WHITE,
TextWidget:new{
text = "foo",
fact = Font:getFace("cfont"),
@@ -22,7 +22,7 @@ Example:
},
FrameContainer:new{
bordersize = 0,
background = Blitbuffer.COLOR_LIGHT_GREY
background = Blitbuffer.COLOR_LIGHT_GREY,
TextWidget:new{
text = "bar",
fact = Font:getFace("cfont"),