Skip to content

Commit

Permalink
Better toolbar appearance on Mac
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 4, 2016
1 parent 9e21b0c commit 75e7f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cheqlist/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def __init__(self, app):
self.undoWidget._mw = self

self.setWindowIcon(QtGui.QIcon.fromTheme("checkbox"))
self.setUnifiedTitleAndToolBarOnMac(True)
self.updateWindowTitle()
self.resize(250, 1000)
self.updateUI()
Expand Down

0 comments on commit 75e7f57

Please sign in to comment.