mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
DolphinQt: Sort game list by ascending title order by default
This commit is contained in:
parent
1a18cad178
commit
9e4eefc6fd
@ -23,7 +23,7 @@ DGameTree::DGameTree(QWidget* parent_widget) :
|
||||
|
||||
SetViewStyle(STYLE_TREE);
|
||||
setIconSize(QSize(BANNER_WIDTH, BANNER_HEIGHT));
|
||||
sortByColumn(COL_TITLE);
|
||||
sortByColumn(COL_TITLE, Qt::AscendingOrder);
|
||||
|
||||
connect(this, SIGNAL(itemActivated(QTreeWidgetItem*, int)), this, SLOT(ItemActivated(QTreeWidgetItem*)));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user