]> git.sesse.net Git - vlc/commitdiff
Qt: fix small size of tooltips. Close #2402
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 22:05:08 +0000 (23:05 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 22:05:08 +0000 (23:05 +0100)
modules/gui/qt4/components/preferences_widgets.cpp

index 8b878214a29e480336b4ab443058eaa0fbd0b41e..1adcb1c81f6b002b52f685d80e1272467bf146bd 100644 (file)
@@ -57,7 +57,7 @@ QString formatTooltip(const QString & tooltip)
     QString formatted =
     "<html><head><meta name=\"qrichtext\" content=\"1\" />"
     "<style type=\"text/css\"> p, li { white-space: pre-wrap; } </style></head>"
-    "<body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; "
+    "<body style=\" font-family:'Sans Serif'; "
     "font-style:normal; text-decoration:none;\">"
     "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; "
     "margin-right:0px; -qt-block-indent:0; text-indent:0px;\">" +