This commit is contained in:
Auric Vente
2024-07-19 21:26:22 -06:00
parent 45588cbe2a
commit 59b5c74846
2 changed files with 11 additions and 1 deletions

View File

@@ -189,6 +189,16 @@ class Window:
background: {Config.scrollbar_handle_color};
min-height: 20px;
}}
QScrollBar::add-line:vertical {{
border: none;
background: none;
}}
QScrollBar::sub-line:vertical {{
border: none;
background: none;
}}
"""
Window.scroll_area.setStyleSheet(style)