fix UI strings - add px unit, remove some useless hints)

This commit is contained in:
Martin Rotter 2021-11-04 07:27:00 +01:00
parent 8317d743ea
commit b4c85a188d
2 changed files with 12 additions and 3 deletions

View File

@ -26,7 +26,7 @@
<url type="donation">https://github.com/sponsors/martinrotter</url>
<content_rating type="oars-1.1" />
<releases>
<release version="4.0.4" date="2021-11-03"/>
<release version="4.0.4" date="2021-11-04"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

View File

@ -118,7 +118,7 @@
<item row="5" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Feed list row height (-1 = default)</string>
<string>Feed list row height</string>
</property>
<property name="buddy">
<cstring>m_spinHeightRowsFeeds</cstring>
@ -133,6 +133,9 @@
<height>0</height>
</size>
</property>
<property name="suffix">
<string notr="true"> px</string>
</property>
<property name="minimum">
<number>-1</number>
</property>
@ -303,7 +306,7 @@
<item row="7" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Article list row height (-1 = default)</string>
<string>Article list row height</string>
</property>
<property name="buddy">
<cstring>m_spinHeightRowsMessages</cstring>
@ -318,6 +321,9 @@
<height>0</height>
</size>
</property>
<property name="suffix">
<string notr="true"> px</string>
</property>
<property name="minimum">
<number>-1</number>
</property>
@ -344,6 +350,9 @@
<height>0</height>
</size>
</property>
<property name="suffix">
<string notr="true"> px</string>
</property>
<property name="minimum">
<number>22</number>
</property>