From 485295657ca2e8c7d94c6e49ffb967b338f47e90 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 12 Apr 2017 22:45:42 +0200 Subject: [PATCH] Docs: fix typo in listview.lua example --- frontend/ui/widget/listview.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/ui/widget/listview.lua b/frontend/ui/widget/listview.lua index d5791f50f..973847be8 100644 --- a/frontend/ui/widget/listview.lua +++ b/frontend/ui/widget/listview.lua @@ -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"),