moving refresh button to last slot.

This commit is contained in:
Dmugetsu 2025-03-09 16:46:27 -06:00
parent 3b83c8d48c
commit 14ba1383be

View File

@ -166,10 +166,10 @@ void MainWindow::AddUiWidgets() {
buttonLayout->addWidget(createButtonWithLabel(ui->playButton, "Play"));
buttonLayout->addWidget(createButtonWithLabel(ui->pauseButton, "Pause"));
buttonLayout->addWidget(createButtonWithLabel(ui->stopButton, "Stop"));
buttonLayout->addWidget(createButtonWithLabel(ui->refreshButton, "Rfrsh"));
buttonLayout->addWidget(createButtonWithLabel(ui->settingsButton, "Config"));
buttonLayout->addWidget(createButtonWithLabel(ui->controllerButton, "Pads"));
buttonLayout->addWidget(createButtonWithLabel(ui->keyboardButton, "KBM"));
buttonLayout->addWidget(createButtonWithLabel(ui->refreshButton, "Rfrsh"));
buttonGroup->setLayout(buttonLayout);