mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Fix menu in stylesheet
This commit is contained in:
@@ -370,6 +370,13 @@ QScrollArea QWidget {
|
|||||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QScrollArea QMenu {
|
||||||
|
border: 1px solid darkslategray; /* reserve space for selection border */
|
||||||
|
background: lightgray;
|
||||||
|
color: black;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
QScrollBar:horizontal {
|
QScrollBar:horizontal {
|
||||||
border: 2px solid gray;
|
border: 2px solid gray;
|
||||||
background: slategray;
|
background: slategray;
|
||||||
|
|||||||
Reference in New Issue
Block a user