mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
Final suggestions
This commit is contained in:
parent
add5885378
commit
b6c02ab064
@ -210,9 +210,6 @@ void MainWindow::AddUiWidgets() {
|
|||||||
createButtonWithLabel(ui->controllerButton, tr("Controllers"), showLabels));
|
createButtonWithLabel(ui->controllerButton, tr("Controllers"), showLabels));
|
||||||
ui->toolBar->addWidget(createButtonWithLabel(ui->keyboardButton, tr("Keyboard"), showLabels));
|
ui->toolBar->addWidget(createButtonWithLabel(ui->keyboardButton, tr("Keyboard"), showLabels));
|
||||||
ui->toolBar->addWidget(createSpacer(this));
|
ui->toolBar->addWidget(createSpacer(this));
|
||||||
ui->toolBar->addWidget(
|
|
||||||
createButtonWithLabel(ui->refreshButton, tr("Refresh List"), showLabels));
|
|
||||||
ui->toolBar->addWidget(createSpacer(this));
|
|
||||||
QFrame* line = new QFrame(this);
|
QFrame* line = new QFrame(this);
|
||||||
line->setFrameShape(QFrame::VLine);
|
line->setFrameShape(QFrame::VLine);
|
||||||
line->setFrameShadow(QFrame::Sunken);
|
line->setFrameShadow(QFrame::Sunken);
|
||||||
@ -225,6 +222,9 @@ void MainWindow::AddUiWidgets() {
|
|||||||
pauseButtonLabel->setVisible(false);
|
pauseButtonLabel->setVisible(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ui->toolBar->addWidget(
|
||||||
|
createButtonWithLabel(ui->refreshButton, tr("Refresh List"), showLabels));
|
||||||
|
ui->toolBar->addWidget(createSpacer(this));
|
||||||
|
|
||||||
QBoxLayout* toolbarLayout = new QBoxLayout(QBoxLayout::TopToBottom);
|
QBoxLayout* toolbarLayout = new QBoxLayout(QBoxLayout::TopToBottom);
|
||||||
toolbarLayout->setSpacing(2);
|
toolbarLayout->setSpacing(2);
|
||||||
|
Loading…
Reference in New Issue
Block a user