mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-17 17:19:02 +00:00
moving refresh button to last slot.
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user