mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Qt: Minor text tweaks
This commit is contained in:
parent
4cd5667319
commit
d45dad7bf7
9 changed files with 122 additions and 127 deletions
|
@ -162,7 +162,7 @@ void InterfacePane::CreateUI()
|
|||
|
||||
void InterfacePane::CreateInGame()
|
||||
{
|
||||
auto* groupbox = new QGroupBox(tr("In Game"));
|
||||
auto* groupbox = new QGroupBox(tr("In-Game"));
|
||||
auto* groupbox_layout = new QVBoxLayout;
|
||||
groupbox->setLayout(groupbox_layout);
|
||||
m_main_layout->addWidget(groupbox);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue