mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 14:04:55 -04:00
Tidy up names of some item delegates
This commit is contained in:
@@ -37,5 +37,6 @@ QWidget * ForeignKeyDelegate::createEditor (QWidget * parent
|
||||
editor->setFrame (false);
|
||||
candidate_key_filter_->set_active_key (index);
|
||||
editor->setModel (candidate_key_filter_.data ());
|
||||
editor->setSizeAdjustPolicy (QComboBox::AdjustToContents);
|
||||
return editor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user