From 9f69c4be20a38583cd928644c47c1f5165aae380 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Tue, 21 Feb 2012 21:27:47 +0800 Subject: [PATCH] fix: fill space above title background --- fontchooser.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/fontchooser.lua b/fontchooser.lua index 9084368f1..a1acf08cc 100644 --- a/fontchooser.lua +++ b/fontchooser.lua @@ -74,6 +74,7 @@ function FontChooser:choose(ypos, height) while true do if pagedirty then -- draw menu title + fb.bb:paintRect(0, ypos, fb.bb:getWidth(), self.title_H + 10, 0) fb.bb:paintRect(30, ypos + 10, fb.bb:getWidth() - 60, self.title_H, 5) x = fb.bb:getWidth() - 220 -- move text to the right y = ypos + self.title_H