Remove hardcoded font size from UI file

This commit is contained in:
Janek Bevendorff 2017-01-27 18:11:17 +01:00
parent cdc9fddc44
commit 6796f20683
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -104,11 +104,6 @@ QProgressBar::chunk {
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>strength</string>
</property>
@ -144,11 +139,6 @@ QProgressBar::chunk {
<height>0</height>
</size>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>entropy</string>
</property>