summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-02-18 12:50:32 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-02-19 12:02:58 -0800
commitc1aaea8d766598861359bc8b05428b7c7ac50f8c (patch)
tree040d8a60c749563f07ccb5685359259c512d0ffe /desktop-widgets
parent3ff131b27dff7b0742094051f4262d2dd7d3322d (diff)
downloadsubsurface-c1aaea8d766598861359bc8b05428b7c7ac50f8c.tar.gz
Desktop: show filter button explanation in the widget
Since the filter numbers are now shown in the window titlebar, we can use this space for an explanation of the two button (they already have tooltips, but this is even easier for the user). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/filterwidget2.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/filterwidget2.ui b/desktop-widgets/filterwidget2.ui
index 92b61ba80..eba4840e2 100644
--- a/desktop-widgets/filterwidget2.ui
+++ b/desktop-widgets/filterwidget2.ui
@@ -15,9 +15,9 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
- <widget class="QLabel" name="filterText">
+ <widget class="QLabel" name="filterButtonExplanation">
<property name="text">
- <string/>
+ <string>Reset / close</string>
</property>
</widget>
</item>