diff -r e5c101a6fb8d -r d59b6f289e30 QTfrontend/ui/widget/keybinder.cpp --- 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();