[ui] improving style

This commit is contained in:
Vinicius Moreira
2020-04-28 17:51:45 -03:00
parent 6916e7d24d
commit 7c154c09ef
23 changed files with 527 additions and 274 deletions

View File

@@ -10,4 +10,3 @@ def load_icon(path: str, width: int, height: int = None) -> QIcon:
def load_resource_icon(path: str, width: int, height: int = None) -> QIcon:
return load_icon(resource.get_path(path), width, height)