mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Docs: fix typo in listview.lua example
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user