Docs: fix typo in listview.lua example

pull/2762/head
Frans de Jonge 7 years ago committed by GitHub
parent 0eec5b5174
commit 485295657c

@ -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"),

Loading…
Cancel
Save