Skip to content

Commit

Permalink
Merge pull request #328 from freedomofpress/fix-dropdown
Browse files Browse the repository at this point in the history
fix dropdown arrow
  • Loading branch information
redshiftzero authored Apr 26, 2019
2 parents 3611021 + e67c2ad commit 84672b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class UserButton(SvgPushButton):
'''

def __init__(self):
super().__init__('dropdown_arrow.svg', svg_size=QSize())
super().__init__('dropdown_arrow.svg', svg_size=QSize(9, 6))

# Set css id
self.setObjectName('user_button')
Expand Down

0 comments on commit 84672b1

Please sign in to comment.