Fix #165771: Ellipsis on "Load" button when adding SFZ in Zerberus
This commit is contained in:
parent
c82b63b601
commit
ac9de15554
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ SfzListDialog::SfzListDialog(QWidget* parent)
|
|||
list->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
okButton = new QPushButton;
|
||||
cancelButton = new QPushButton;
|
||||
okButton->setText(tr("Load..."));
|
||||
okButton->setText(tr("Load"));
|
||||
cancelButton->setText(tr("Cancel"));
|
||||
QVBoxLayout* layout = new QVBoxLayout;
|
||||
buttonBox = new QDialogButtonBox;
|
||||
|
|
Loading…
Reference in a new issue