diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dda44ec2b..47885f783 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -173,7 +173,6 @@ jthulhu Escape0707 Loudwig Wu Yi-Wei -Voczi ******************** diff --git a/qt/aqt/utils.py b/qt/aqt/utils.py index e4448084f..d89c9fbf6 100644 --- a/qt/aqt/utils.py +++ b/qt/aqt/utils.py @@ -976,7 +976,7 @@ def tooltip( ) lab.setFrameStyle(QFrame.Shape.Panel) lab.setLineWidth(2) - lab.setWindowFlags(Qt.WindowType.SplashScreen) + lab.setWindowFlags(Qt.WindowType.ToolTip) if not theme_manager.night_mode: p = QPalette() p.setColor(QPalette.ColorRole.Window, QColor("#feffc4"))