projectexplorer: More consistent '...'

Used for buttons that open additional dialogs, but not comboboxes.

Change-Id: I9b40eac236f18b4c0b2e358ddeccb953024e8d50
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
hjk
2011-11-02 12:42:48 +01:00
committed by Eike Ziller
parent 26d0c7290f
commit 2cbcf263cf
4 changed files with 7 additions and 7 deletions

View File

@@ -147,7 +147,7 @@ void BuildSettingsWidget::setupUi()
hbox->addWidget(m_removeButton);
m_renameButton = new QPushButton(this);
m_renameButton->setText(tr("Rename"));
m_renameButton->setText(tr("Rename..."));
m_renameButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
hbox->addWidget(m_renameButton);