UserInterface Reload button place changed
This commit is contained in:
parent
aa890b432a
commit
b88e117ba9
2 changed files with 2 additions and 3 deletions
|
@ -136,9 +136,8 @@ void UserInterface::setupProfileUi(QStringList GTAV_Profiles)
|
|||
{
|
||||
QPushButton *reloadBtn = new QPushButton(tr("&Reload"), ui->swSelection);
|
||||
reloadBtn->setObjectName("cmdReload");
|
||||
reloadBtn->setMinimumSize(0, 40);
|
||||
reloadBtn->setAutoDefault(true);
|
||||
ui->vlButtons->addWidget(reloadBtn);
|
||||
ui->hlButtons->insertWidget(1, reloadBtn);
|
||||
profileBtns.append(reloadBtn);
|
||||
|
||||
QObject::connect(reloadBtn, SIGNAL(clicked(bool)), this, SLOT(reloadProfiles_clicked()));
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="cmdClose">
|
||||
<property name="text">
|
||||
<string>Close</string>
|
||||
<string>&Close</string>
|
||||
</property>
|
||||
<property name="autoDefault">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Reference in a new issue