mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
@@ -229,7 +229,7 @@ function ListMenuItem:update()
|
||||
self.is_directory = true
|
||||
-- nb items on the right, directory name on the left
|
||||
local wright = TextWidget:new{
|
||||
text = self.mandatory_func and self.mandatory_func() or self.mandatory,
|
||||
text = self.mandatory_func and self.mandatory_func() or (self.mandatory and self.mandatory or ""),
|
||||
face = Font:getFace("infont", _fontSize(14, 18)),
|
||||
}
|
||||
local pad_width = Screen:scaleBySize(10) -- on the left, in between, and on the right
|
||||
|
||||
Reference in New Issue
Block a user