Fix typo in ListView doc (#8444)

pull/8446/head
roygbyte 2 years ago committed by GitHub
parent 7e611ac50c
commit e995cf1355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ Example:
background = Blitbuffer.COLOR_WHITE,
TextWidget:new{
text = "foo",
fact = Font:getFace("cfont"),
face = Font:getFace("cfont"),
}
},
FrameContainer:new{
@ -25,7 +25,7 @@ Example:
background = Blitbuffer.COLOR_LIGHT_GRAY,
TextWidget:new{
text = "bar",
fact = Font:getFace("cfont"),
face = Font:getFace("cfont"),
}
},
-- You can add as many widgets as you want here...

Loading…
Cancel
Save