Skip to content

Commit

Permalink
img
Browse files Browse the repository at this point in the history
  • Loading branch information
ozmartian committed Jan 15, 2017
1 parent fa60971 commit d8fb890
Show file tree
Hide file tree
Showing 6 changed files with 15,545 additions and 16,159 deletions.
Binary file modified images/novideo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vidcutter-papirus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vidcutter-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31,699 changes: 15,541 additions & 16,158 deletions resources.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<file>images/up.png</file>
<file>images/update.png</file>
<file>images/vidcutter.png</file>
<file>images/vidcutter-papirus.png</file>
<file>images/vidcutter-small.png</file>
<file>styles/vidcutter.qss</file>
<file>styles/vidcutter_osx.qss</file>
</qresource>
Expand Down
3 changes: 2 additions & 1 deletion vidcutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ def initNoVideo(self) -> None:
self.novideoWidget.setLayout(novideoLayout)

def initIcons(self) -> None:
self.appIcon = QIcon(':/images/vidcutter.png')
# self.appIcon = QIcon(':/images/vidcutter.png')
self.appIcon = QIcon(':/images/vidcutter-papirus.png')
self.openIcon = QIcon(':/images/toolbar-open-active.png')
self.playIcon = QIcon(':/images/toolbar-play-active.png')
self.pauseIcon = QIcon(':/images/toolbar-pause-active.png')
Expand Down

0 comments on commit d8fb890

Please sign in to comment.