mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Qt: fix some translation nitpicks
This commit is contained in:
parent
133e897c8b
commit
e6a6d7e9bc
5 changed files with 14 additions and 14 deletions
|
@ -62,7 +62,7 @@ debugger_frame::debugger_frame(std::shared_ptr<gui_settings> settings, QWidget *
|
|||
m_choice_units->setMaximumWidth(500);
|
||||
m_choice_units->setEditable(true);
|
||||
m_choice_units->setInsertPolicy(QComboBox::NoInsert);
|
||||
m_choice_units->lineEdit()->setPlaceholderText("Choose a thread");
|
||||
m_choice_units->lineEdit()->setPlaceholderText(tr("Choose a thread"));
|
||||
m_choice_units->completer()->setCompletionMode(QCompleter::PopupCompletion);
|
||||
m_choice_units->completer()->setMaxVisibleItems(30);
|
||||
m_choice_units->completer()->setFilterMode(Qt::MatchContains);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue