diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 03:21:23 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 03:21:23 -0500 |
| commit | a38d1723bffcd20bc7011c0fe635636b936aa78b (patch) | |
| tree | 55222bd5bafb7492d713351eb08b2aadb8f43f47 /src/mainwindow.ui | |
| parent | f463c5494362a0fa75c581e59192e2640ec10f7e (diff) | |
removed redundant categories now that there's a not filter
disabled collapsing for filter, there's already a button to hide it
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 7cc7dca4..6c35d239 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -39,6 +39,9 @@ <property name="orientation"> <enum>Qt::Horizontal</enum> </property> + <property name="childrenCollapsible"> + <bool>false</bool> + </property> <widget class="QGroupBox" name="categoriesGroup"> <property name="maximumSize"> <size> |
