UI stash text improved and stash shortcuts

This commit is contained in:
Klaus Basan
2017-05-08 04:19:09 +02:00
parent 43bd700687
commit 0af6a372e3
3 changed files with 11 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ namespace BlackGui
ui(new Ui::CDownloadAndInstallDialog)
{
ui->setupUi(this);
ui->bb_DownloadInstallDialog->button(QDialogButtonBox::Ok)->setText("Download and install");
ui->bb_DownloadInstallDialog->button(QDialogButtonBox::Ok)->setText(" Download and install ");
this->selectionChanged();
connect(ui->comp_DistributionInfo, &CDistributionInfoComponent::selectionChanged, this, &CDownloadAndInstallDialog::selectionChanged);
}