Merge pull request #5329 from Cacodemon345/patch-122180

Qt: Make tooltip displays consistent
This commit is contained in:
Miran Grča
2025-03-12 17:59:13 +01:00
committed by GitHub

View File

@@ -130,16 +130,6 @@ QStatusBar::item {
border: none;
}
QStatusBar QToolTip {
background-color: #666666;
border: 1px solid #272727;
color: #272727;
/* Remove padding, for fix combo box tooltip */
padding: 0px;
/* Reducing transparency to read better */
opacity: 230;
}
QStatusBar QLabel {
/* Fixes Spyder #9120, #9121 */
background: transparent;