WiimoteEmu/DolphinQt: Better extension display names.

This commit is contained in:
Jordan Woyak
2019-05-01 17:25:48 -05:00
parent 98b670dd29
commit 99f537d499
10 changed files with 31 additions and 15 deletions

View File

@ -48,7 +48,7 @@ void WiimoteEmuGeneral::CreateMainLayout()
m_extension_combo = new QComboBox();
for (const auto& attachment : ce_extension->GetAttachmentList())
m_extension_combo->addItem(tr(attachment->GetName().c_str()));
m_extension_combo->addItem(tr(attachment->GetDisplayName().c_str()));
extension->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);