New Style - Solarized (#144)

* New Style solarized
This commit is contained in:
Alfredo Monclus
2021-05-10 21:55:15 -03:00
committed by GitHub
parent 9951323e91
commit e75a10a888
180 changed files with 12500 additions and 4956 deletions

View File

@@ -39,7 +39,7 @@ class ScreenPanel:
self.control['back'].connect("clicked", self._screen._menu_go_back)
self.control_grid.attach(self.control['back'], 0, 0, 1, 1)
self.control['home'] = self._gtk.ButtonImage('home', None, None, button_scale[0], button_scale[1])
self.control['home'] = self._gtk.ButtonImage('main', None, None, button_scale[0], button_scale[1])
self.control['home'].connect("clicked", self.menu_return, True)
self.control_grid.attach(self.control['home'], 0, 1, 1, 1)
else: