diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-01-09 12:34:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 12:34:42 +0100 |
| commit | b9ff5cc7dc8b9e338d5a3002db8eb5ca5a6b811b (patch) | |
| tree | 08f6561f2aec615c5291d91d441298fc330de121 /src/mainwindow.ui | |
| parent | f37ec77b2624fb4a41acf89ea7d12d9dc6ffa08d (diff) | |
| parent | 62a6b1ce5e2a94863b856a95c04182362de9b46d (diff) | |
Merge pull request #961 from Al12rs/filter-fix
Nestled categories in filters missing fix
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index a7e7b937..d0daafc0 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -101,19 +101,25 @@ <bool>true</bool> </property> <attribute name="headerVisible"> - <bool>false</bool> + <bool>true</bool> </attribute> <attribute name="headerCascadingSectionResizes"> <bool>false</bool> </attribute> <column> <property name="text"> - <string/> + <string>State</string> + </property> + <property name="toolTip"> + <string>State of the filter, can either be Disabled, Enabled or Inverted.</string> </property> </column> <column> <property name="text"> - <string notr="true">Category</string> + <string notr="true">Filter</string> + </property> + <property name="toolTip"> + <string>Filter to apply to the modlist.</string> </property> </column> </widget> |
