Skip to content

Commit

Permalink
[GRASS] tools filter clean button enabled, fixes #13526
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Feb 26, 2018
1 parent 68ee969 commit 5b1a714
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/plugins/grass/qgsgrasstoolsbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>GRASS Tools</string>
<string>&amp;GRASS Tools</string>
</property>
<widget class="QWidget" name="mContents">
<layout class="QGridLayout" name="gridLayout">
Expand Down Expand Up @@ -59,7 +59,11 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="mFilterInput"/>
<widget class="QLineEdit" name="mFilterInput">
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
Expand Down

0 comments on commit 5b1a714

Please sign in to comment.