1
0

Removed lighter.css and moved it to the default layout

This commit is contained in:
Maran
2012-07-24 14:59:41 +02:00
parent 7ba5f07629
commit f4218d441e
3 changed files with 50 additions and 85 deletions

View File

@@ -56,7 +56,7 @@ class ElectrumGui:
# change the behaviour of rsrc(...)
self.old_path = QDir.currentPath()
cd_data_dir()
with open(rsrc("lighter.css")) as style_file:
with open(rsrc("style.css")) as style_file:
self.app.setStyleSheet(style_file.read())
def main(self, url):