[vlc-devel] commit: Qt: fix small size of tooltips. Close #2402 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jan 21 23:06:51 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 21 23:05:08 2009 +0100| [97253c8fcabd784cefa4a76d6f1ed0dfa2ed285b] | committer: Jean-Baptiste Kempf
Qt: fix small size of tooltips. Close #2402
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=97253c8fcabd784cefa4a76d6f1ed0dfa2ed285b
---
modules/gui/qt4/components/preferences_widgets.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 8b87821..1adcb1c 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -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;\">" +
More information about the vlc-devel
mailing list