Filter widget: remove superfluous space in label

The "Rating label" had a superfluous space at the beginning.
Remove.

Reported-by: Jan Mulder <jlmulder@xs4all.nl>
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-01-18 19:44:53 +01:00 committed by Dirk Hohndel
parent b3010df14c
commit f67f07223f

View file

@ -41,7 +41,7 @@
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string> Rating</string>
<string>Rating</string>
</property>
</widget>
</item>