Fixed active menu items in QMenuBar being vertically offset
This commit is contained in:
@@ -140,6 +140,7 @@ QStatusBar QToolTip {
|
|||||||
QStatusBar QLabel {
|
QStatusBar QLabel {
|
||||||
/* Fixes Spyder #9120, #9121 */
|
/* Fixes Spyder #9120, #9121 */
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* QCheckBox --------------------------------------------------------------
|
/* QCheckBox --------------------------------------------------------------
|
||||||
@@ -376,8 +377,6 @@ QMenuBar::item:pressed {
|
|||||||
border: 0px solid #455364;
|
border: 0px solid #455364;
|
||||||
background-color: #1A72BB;
|
background-color: #1A72BB;
|
||||||
color: #DFE1E2;
|
color: #DFE1E2;
|
||||||
margin-bottom: 0px;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* QMenu ------------------------------------------------------------------
|
/* QMenu ------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user