summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 274e07c1..8eff26c5 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -554,7 +554,7 @@ void MainWindow::setupModList()
ModConflictIconDelegate* conflictFlagDelegate = new ModConflictIconDelegate(
- ui->modList, ModList::COL_CONFLICTFLAGS, 120);
+ ui->modList, ModList::COL_CONFLICTFLAGS, 80);
connect(
ui->modList->header(), SIGNAL(sectionResized(int, int, int)),