mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-03 07:13:50 +00:00
Merge pull request #7480 from sp00nd/master
Change gecko sorting back to manual
This commit is contained in:
commit
1abb27909d
@ -51,8 +51,6 @@ void GeckoCodeWidget::CreateWidgets()
|
|||||||
m_name_label = new QLabel;
|
m_name_label = new QLabel;
|
||||||
m_creator_label = new QLabel;
|
m_creator_label = new QLabel;
|
||||||
|
|
||||||
m_code_list->setSortingEnabled(true);
|
|
||||||
|
|
||||||
QFont monospace(QFontDatabase::systemFont(QFontDatabase::FixedFont).family());
|
QFont monospace(QFontDatabase::systemFont(QFontDatabase::FixedFont).family());
|
||||||
|
|
||||||
const auto line_height = QFontMetrics(font()).lineSpacing();
|
const auto line_height = QFontMetrics(font()).lineSpacing();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user