Commit 97253c8f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix small size of tooltips. Close #2402

parent ab82b032
...@@ -57,7 +57,7 @@ QString formatTooltip(const QString & tooltip) ...@@ -57,7 +57,7 @@ QString formatTooltip(const QString & tooltip)
QString formatted = QString formatted =
"<html><head><meta name=\"qrichtext\" content=\"1\" />" "<html><head><meta name=\"qrichtext\" content=\"1\" />"
"<style type=\"text/css\"> p, li { white-space: pre-wrap; } </style></head>" "<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;\">" "font-style:normal; text-decoration:none;\">"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; " "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; "
"margin-right:0px; -qt-block-indent:0; text-indent:0px;\">" + "margin-right:0px; -qt-block-indent:0; text-indent:0px;\">" +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment