Skip to content

Commit

Permalink
fix(preview: gtk): remove headerbar rounding since it's not displayed…
Browse files Browse the repository at this point in the history
… properly
  • Loading branch information
actionless committed Jan 5, 2019
1 parent b88e1f9 commit 2ec333e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oomox_gui/preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def __init__(self):
"""
headerbar {
border: none;
border-radius: 0;
}
"""
).encode('ascii'))
Expand Down

0 comments on commit 2ec333e

Please sign in to comment.