mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
UI stash text improved and stash shortcuts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user