Remove HTML font settings so font is controlled by application settings and not a hard-coded font.

This commit is contained in:
Seeker4 2019-07-01 21:45:01 -07:00
parent a9c3b363b9
commit 358830d364

View File

@ -413,12 +413,13 @@ p, li { white-space: pre-wrap; }
</property>
<item row="5" column="0">
<widget class="QLabel" name="label_41">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Changing SD Backup compression options doesn't automatically recompress backup data. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>Changing SD Backup compression options doesn't automatically recompress backup data.</string>
</property>
<property name="wordWrap">
<bool>true</bool>