Merge pull request #8105 from 8times9/render-window
Qt/InterfacePane: Rename "In-Game" to "Render Window"
This commit is contained in:
commit
702344ba9c
|
@ -162,7 +162,7 @@ void InterfacePane::CreateUI()
|
||||||
|
|
||||||
void InterfacePane::CreateInGame()
|
void InterfacePane::CreateInGame()
|
||||||
{
|
{
|
||||||
auto* groupbox = new QGroupBox(tr("In-Game"));
|
auto* groupbox = new QGroupBox(tr("Render Window"));
|
||||||
auto* groupbox_layout = new QVBoxLayout;
|
auto* groupbox_layout = new QVBoxLayout;
|
||||||
groupbox->setLayout(groupbox_layout);
|
groupbox->setLayout(groupbox_layout);
|
||||||
m_main_layout->addWidget(groupbox);
|
m_main_layout->addWidget(groupbox);
|
||||||
|
|
Loading…
Reference in New Issue