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/pluginlist.cpp | |
| parent | 34b022a2297b869c7be306e3f6bf8e124adaf1a7 (diff) | |
harmonized widgets in the tabs, fixed styles
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 3f2f4018..266fe35c 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -1315,11 +1315,6 @@ QVariant PluginList::headerData(int section, Qt::Orientation orientation, return getColumnName(section);
} else if (role == Qt::ToolTipRole) {
return getColumnToolTip(section);
- } else if (role == Qt::SizeHintRole) {
- QSize temp = m_FontMetrics.size(Qt::TextSingleLine, getColumnName(section));
- temp.rwidth() += 25;
- temp.rheight() += 12;
- return temp;
}
}
return QAbstractItemModel::headerData(section, orientation, role);
|
