From 27c05cebd58ea33e0465b886d47a2dd9d8fc2ddc Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 9 Dec 2019 00:56:10 +0100 Subject: Change compact size for the conflicts column to be shorter since there are less flags here. --- src/modconflicticondelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modconflicticondelegate.h') 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 getIconsForFlags( -- cgit v1.3.1