mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
moving refresh button to last slot.
This commit is contained in:
parent
3b83c8d48c
commit
14ba1383be
@ -166,10 +166,10 @@ void MainWindow::AddUiWidgets() {
|
|||||||
buttonLayout->addWidget(createButtonWithLabel(ui->playButton, "Play"));
|
buttonLayout->addWidget(createButtonWithLabel(ui->playButton, "Play"));
|
||||||
buttonLayout->addWidget(createButtonWithLabel(ui->pauseButton, "Pause"));
|
buttonLayout->addWidget(createButtonWithLabel(ui->pauseButton, "Pause"));
|
||||||
buttonLayout->addWidget(createButtonWithLabel(ui->stopButton, "Stop"));
|
buttonLayout->addWidget(createButtonWithLabel(ui->stopButton, "Stop"));
|
||||||
buttonLayout->addWidget(createButtonWithLabel(ui->refreshButton, "Rfrsh"));
|
|
||||||
buttonLayout->addWidget(createButtonWithLabel(ui->settingsButton, "Config"));
|
buttonLayout->addWidget(createButtonWithLabel(ui->settingsButton, "Config"));
|
||||||
buttonLayout->addWidget(createButtonWithLabel(ui->controllerButton, "Pads"));
|
buttonLayout->addWidget(createButtonWithLabel(ui->controllerButton, "Pads"));
|
||||||
buttonLayout->addWidget(createButtonWithLabel(ui->keyboardButton, "KBM"));
|
buttonLayout->addWidget(createButtonWithLabel(ui->keyboardButton, "KBM"));
|
||||||
|
buttonLayout->addWidget(createButtonWithLabel(ui->refreshButton, "Rfrsh"));
|
||||||
|
|
||||||
buttonGroup->setLayout(buttonLayout);
|
buttonGroup->setLayout(buttonLayout);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user