Made column hidden by default
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
140a55810d
commit
85b4e1f24f
5 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,7 @@ ResourcePackFolderModel::ResourcePackFolderModel(const QString& dir, BaseInstanc
|
|||
m_column_resize_modes = { QHeaderView::Interactive, QHeaderView::Interactive, QHeaderView::Stretch, QHeaderView::Interactive,
|
||||
QHeaderView::Interactive };
|
||||
m_columnsHideable = { false, true, false, true, true };
|
||||
m_columnsHiddenByDefault = { false, false, false, false, false };
|
||||
}
|
||||
|
||||
QVariant ResourcePackFolderModel::data(const QModelIndex& index, int role) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue