QTfrontend/ui/widget/keybinder.cpp
changeset 11674 d59b6f289e30
parent 11046 47a8c19ecb60
child 12236 a0ed4caa6d35
--- a/QTfrontend/ui/widget/keybinder.cpp	Wed Apr 13 20:02:14 2016 -0400
+++ b/QTfrontend/ui/widget/keybinder.cpp	Mon Apr 18 19:53:48 2016 +0200
@@ -170,6 +170,7 @@
         comboBox->setModel((QAbstractItemModel*)DataManager::instance().bindsModel());
         comboBox->setVisible(false);
         comboBox->setFixedWidth(200);
+        comboBox->setMaxVisibleItems(50);
 
         // Table row
         int row = curTable->rowCount();