add horizontal scroll styles for exe settings
Some checks failed
Code check / Check code (pull_request) Failing after 1m13s

This commit is contained in:
2025-11-28 20:37:49 +07:00
parent 4f2afaed24
commit 163ac86f09

View File

@@ -1163,6 +1163,31 @@ QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {{
height: 3px;
background: none;
}}
QScrollBar:horizontal {{
height: 10px;
border: {border_a};
border-radius: 5px;
background: rgba(20, 20, 20, 0.30);
}}
QScrollBar::handle:horizontal {{
background: #bebebe;
border: {border_a};
border-radius: 5px;
}}
QScrollBar::add-line:horizontal {{
border: {border_a};
background: none;
}}
QScrollBar::sub-line:horizontal {{
border: {border_a};
background: none;
}}
QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal {{
border: {border_a};
width: 3px;
height: 3px;
background: none;
}}
"""
WINETRICKS_LOG_STYLE = f"""