aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/filterwidget2.ui
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-01-18 19:44:53 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-19 13:59:24 -0800
commitf67f07223f93d18353ff7e0621af6b05269c33be (patch)
tree0e791da71a36485f435f314226caca2cb71c8c6c /desktop-widgets/filterwidget2.ui
parentb3010df14cd241d26898063b155d4f80d538d304 (diff)
downloadsubsurface-f67f07223f93d18353ff7e0621af6b05269c33be.tar.gz
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>
Diffstat (limited to 'desktop-widgets/filterwidget2.ui')
-rw-r--r--desktop-widgets/filterwidget2.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/filterwidget2.ui b/desktop-widgets/filterwidget2.ui
index b8d5af48a..b12a02172 100644
--- a/desktop-widgets/filterwidget2.ui
+++ b/desktop-widgets/filterwidget2.ui
@@ -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>