mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 18:28:50 +01:00
textarea gcores theme
This commit is contained in:
parent
f58d8218c2
commit
0ead001f80
@ -76,7 +76,7 @@ class Textarea(Widget):
|
|||||||
cursor_row = 0
|
cursor_row = 0
|
||||||
|
|
||||||
for i, v in enumerate(self._MyWords):
|
for i, v in enumerate(self._MyWords):
|
||||||
t = self._FontObj.render(v, True, (8, 135, 174))
|
t = self._FontObj.render(v, True, MySkinManager.GiveColor("Text"))
|
||||||
t_width = t.get_width()
|
t_width = t.get_width()
|
||||||
w += t_width
|
w += t_width
|
||||||
del(t)
|
del(t)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user