summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-29 15:43:15 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:16 +0100
commita67fca47600d9e3e6e43a93511182396c2f292d9 (patch)
tree1309a8e22c8af61b5e10c4a3506e01e2f1d4a172 /src/mainwindow.cpp
parentde87a105b0cbcc73440a2613af6446d0e8819fb6 (diff)
Tentative fix for the indentation.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 3fdaa6d8..39ecfa95 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -558,8 +558,6 @@ void MainWindow::updateModListByPriorityProxy()
void MainWindow::setupModList()
{
- ui->modList->setIndentation(0);
-
m_ModListByPriorityProxy = new ModListByPriorityProxy(m_OrganizerCore.currentProfile(), &m_OrganizerCore);
connect(ui->modList, SIGNAL(expanded(QModelIndex)), m_ModListByPriorityProxy, SLOT(expanded(QModelIndex)));
connect(ui->modList, SIGNAL(collapsed(QModelIndex)), m_ModListByPriorityProxy, SLOT(collapsed(QModelIndex)));