mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
DolphinQt2: hide GameList vertical header (the one on the left)
This commit is contained in:
parent
aa33fabded
commit
a936afed9d
@ -91,8 +91,7 @@ void GameList::MakeTableView()
|
||||
hor_header->setSectionResizeMode(GameListModel::COL_DESCRIPTION, QHeaderView::Stretch);
|
||||
hor_header->setSectionResizeMode(GameListModel::COL_RATING, QHeaderView::ResizeToContents);
|
||||
|
||||
QHeaderView* ver_header = m_table->verticalHeader();
|
||||
ver_header->setSectionResizeMode(QHeaderView::ResizeToContents);
|
||||
m_table->verticalHeader()->hide();
|
||||
}
|
||||
|
||||
void GameList::MakeEmptyView()
|
||||
|
Loading…
x
Reference in New Issue
Block a user