summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
-rw-r--r--src/modconflicticondelegate.h2
2 files changed, 2 insertions, 2 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)),
diff --git a/src/modconflicticondelegate.h b/src/modconflicticondelegate.h
index d36477c6..8645da12 100644
--- a/src/modconflicticondelegate.h
+++ b/src/modconflicticondelegate.h
@@ -8,7 +8,7 @@ class ModConflictIconDelegate : public IconDelegate
Q_OBJECT;
public:
- explicit ModConflictIconDelegate(QObject *parent = 0, int logicalIndex = -1, int compactSize = 120);
+ explicit ModConflictIconDelegate(QObject *parent = 0, int logicalIndex = -1, int compactSize = 80);
virtual QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
static QList<QString> getIconsForFlags(