add horizontal scroll styles for exe settings
All checks were successful
Code check / Check code (push) Successful in 1m11s
All checks were successful
Code check / Check code (push) Successful in 1m11s
This commit was merged in pull request #77.
This commit is contained in:
@@ -1163,6 +1163,31 @@ QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {{
|
|||||||
height: 3px;
|
height: 3px;
|
||||||
background: none;
|
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"""
|
WINETRICKS_LOG_STYLE = f"""
|
||||||
|
|||||||
Reference in New Issue
Block a user