mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-31 08:49:01 +01:00
Update keyboard.py (Sync Ver.200626)
This commit is contained in:
parent
119bfa223d
commit
9aede245f2
@ -107,7 +107,7 @@ class Keyboard(Page):
|
||||
self._Width = self._Screen._Width
|
||||
self._Height = self._Screen._Height
|
||||
|
||||
fontobj = MySkinManager.GiveFont("veramono24")
|
||||
fontobj = MySkinManager.GiveFont("varela24")
|
||||
word_margin = 15
|
||||
|
||||
start_x = (self._Width - fontobj.size( "".join(self._Secs[0][0]))[0]-len(self._Secs[0][0])*word_margin)/2+word_margin/2
|
||||
@ -140,7 +140,7 @@ class Keyboard(Page):
|
||||
else:
|
||||
if val == "_S":
|
||||
val = "Space"
|
||||
ti._FontObj = MySkinManager.GiveFont("veramono15")
|
||||
ti._FontObj = MySkinManager.GiveFont("Eurostile15")
|
||||
ti._Bold = True
|
||||
|
||||
cur_alpha_size = ti._FontObj.size( val)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user