Qt: Use fixed-width font for cheat code editor

And increase the default height.
pull/3759/head
Stenzek 3 weeks ago
parent 34df972d8e
commit b1106392b9
No known key found for this signature in database

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>480</width>
<height>331</height>
<height>400</height>
</rect>
</property>
<property name="windowTitle">

@ -985,6 +985,8 @@ void CheatCodeEditorDialog::setupAdditionalUi(const QStringList& group_names)
m_ui.group->addItems(group_names);
m_ui.group->addItem(tr("New..."));
m_ui.instructions->setFont(QtHost::GetFixedFont());
}
void CheatCodeEditorDialog::fillUi()

Loading…
Cancel
Save