diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 05:37:34 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 05:37:34 -0500 |
| commit | d2073ef2bd62527034864fd0cacd5537aff33218 (patch) | |
| tree | f0679dc20d11d2518c0b933fa868006acd5d86e8 /src/mainwindow.ui | |
| parent | 7f4fce35f97f262c36e4c00dad55c1b078cf3758 (diff) | |
made all categories positive
fixed context menu sometimes appearing
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 1a64dfdd..92a41c67 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -76,6 +76,9 @@ <height>0</height> </size> </property> + <property name="contextMenuPolicy"> + <enum>Qt::NoContextMenu</enum> + </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> |
