Skip to content

Commit

Permalink
Optimize appicon
Browse files Browse the repository at this point in the history
  • Loading branch information
krrr committed Aug 23, 2016
1 parent c9192f5 commit b9b05b0
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 771 deletions.
2 changes: 1 addition & 1 deletion hazama/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def init():
logging.debug('PySide ver: %s (lib path: %s)', PySide.__version__,
QLibraryInfo.location(QLibraryInfo.LibrariesPath))
app = QApplication(sys.argv)
app.setWindowIcon(makeQIcon(':/appicon-24.png', ':/appicon-48.png', ':/appicon-64.png'))
app.setWindowIcon(makeQIcon(':/appicon-24.png', ':/appicon-48.png'))

global scaleRatio
scaleRatio = app.desktop().logicalDpiX() / 96 # when will x != y happen?
Expand Down
Binary file modified res/appicon-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/appicon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/appicon-64.png
Binary file not shown.
324 changes: 42 additions & 282 deletions res/appicon/appicon-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit b9b05b0

@krrr
Copy link
Owner Author

@krrr krrr commented on b9b05b0 Aug 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smooth edge...

Please sign in to comment.