tweaks on dict lookup window

pull/438/head
chrox 11 years ago
parent ccd3481735
commit f9445fca0d

@ -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,
},
}

Loading…
Cancel
Save