diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-05 19:11:49 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-05 19:11:49 -0500 |
| commit | ea0429342ade6e908807ff1faef7c8f7e5e46b75 (patch) | |
| tree | 2db39901df2a1ceada9a58673be082bc27a3109c /src/modlist.cpp | |
| parent | 34b022a2297b869c7be306e3f6bf8e124adaf1a7 (diff) | |
harmonized widgets in the tabs, fixed styles
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index c0f18821..31eb8387 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -676,11 +676,6 @@ QVariant ModList::headerData(int section, Qt::Orientation orientation, return getColumnToolTip(section); } else if (role == Qt::TextAlignmentRole) { return QVariant(Qt::AlignCenter); - } else if (role == Qt::SizeHintRole) { - QSize temp = m_FontMetrics.size(Qt::TextSingleLine, getColumnName(section)); - temp.rwidth() += 20; - temp.rheight() += 12; - return temp; } } return QAbstractItemModel::headerData(section, orientation, role); |
