diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 03:39:12 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 03:39:12 -0500 |
| commit | f080e2e25d05eb639cc4168d3c6905041f4dc564 (patch) | |
| tree | 37845df5ca1f27d2c4b1ce44a06d2890252090ec /src/mainwindow.ui | |
| parent | 507d29a0fc0765f0f8de49795eb100a258970d01 (diff) | |
always enable clear filter button, made it so it also removes not flags
removed "deselect filters" context menu, redundant
disable not flag menu items without selection
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 6c35d239..5206d797 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -114,9 +114,6 @@ </item> <item> <widget class="QPushButton" name="filtersClear"> - <property name="enabled"> - <bool>false</bool> - </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Maximum"> <horstretch>0</horstretch> @@ -132,9 +129,6 @@ <property name="text"> <string>Clear</string> </property> - <property name="flat"> - <bool>true</bool> - </property> </widget> </item> <item> |
