mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
tweaks on dict lookup window
This commit is contained in:
@@ -30,7 +30,7 @@ local DictQuickLookup = InputContainer:new{
|
||||
definition = nil,
|
||||
dict_index = 1,
|
||||
title_face = Font:getFace("tfont", 22),
|
||||
word_face = Font:getFace("tfont", 20),
|
||||
word_face = Font:getFace("tfont", 22),
|
||||
content_face = Font:getFace("cfont", 20),
|
||||
width = nil,
|
||||
height = nil,
|
||||
@@ -108,7 +108,7 @@ function DictQuickLookup:update()
|
||||
text = self.definition,
|
||||
face = self.content_face,
|
||||
width = self.width,
|
||||
height = self.height*0.6,
|
||||
height = self.height*0.7,
|
||||
dialog = self,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user