mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
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>
This commit is contained in:
parent
3ff131b27d
commit
c1aaea8d76
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue