Merge pull request #7480 from sp00nd/master

Change gecko sorting back to manual
This commit is contained in:
Tilka 2018-10-14 01:07:51 +01:00 committed by GitHub
commit 1abb27909d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,6 @@ void GeckoCodeWidget::CreateWidgets()
m_name_label = new QLabel;
m_creator_label = new QLabel;
m_code_list->setSortingEnabled(true);
QFont monospace(QFontDatabase::systemFont(QFontDatabase::FixedFont).family());
const auto line_height = QFontMetrics(font()).lineSpacing();