Qt: Make tooltip displays consistent

This commit is contained in:
Cacodemon345
2025-03-12 19:55:09 +06:00
committed by GitHub
parent 83de574e01
commit e2aa66a523

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;