Skip to content
Permalink
Browse files
Merge pull request #7480 from sp00nd/master
Change gecko sorting back to manual
  • Loading branch information
Tilka committed Oct 14, 2018
2 parents 2d0e217 + 6cd53bf commit 1abb279
Showing 1 changed file with 0 additions and 2 deletions.
@@ -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();

0 comments on commit 1abb279

Please sign in to comment.