Skip to content

Commit

Permalink
Fix QScrollBar looking weird on Windows. (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Slendi <[email protected]>
  • Loading branch information
xslendix authored Aug 22, 2023
1 parent a7f75c6 commit 19d91a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nexus/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,9 @@ class Colors:
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-page, QScrollBar::sub-page {
background: none;
}
'''

0 comments on commit 19d91a1

Please sign in to comment.