mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
adapt widgets and text rendering to new font rendering
no background for text rendering anymore
This commit is contained in:
@@ -34,7 +34,6 @@ function Button:init()
|
||||
if self.text then
|
||||
self.label_widget = TextWidget:new{
|
||||
text = self.text,
|
||||
bgcolor = 0.0,
|
||||
fgcolor = self.enabled and 1.0 or 0.5,
|
||||
bold = true,
|
||||
face = Font:getFace(self.text_font_face, self.text_font_size)
|
||||
|
||||
Reference in New Issue
Block a user