diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-02-18 12:50:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-02-19 12:02:58 -0800 |
commit | c1aaea8d766598861359bc8b05428b7c7ac50f8c (patch) | |
tree | 040d8a60c749563f07ccb5685359259c512d0ffe /desktop-widgets/filterwidget2.ui | |
parent | 3ff131b27dff7b0742094051f4262d2dd7d3322d (diff) | |
download | subsurface-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/filterwidget2.ui')
-rw-r--r-- | desktop-widgets/filterwidget2.ui | 4 |
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> |