Skip to content

Commit

Permalink
fix dropdown arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Allie Crevier committed Apr 25, 2019
1 parent 36b82d3 commit e67c2ad
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 e67c2ad

Please sign in to comment.