Use same button type (QToolButton) for all build step buttons.

Makes it look a bit less bad on Mac
This commit is contained in:
con
2010-01-20 13:52:46 +01:00
parent c10b4e8c61
commit e2400f5788
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ void BuildStepsPage::addBuildStepWidget(int pos, BuildStep *step)
s.upButton->setIconSize(QSize(10, 10));
s.downButton->setIconSize(QSize(10, 10));
#endif
s.removeButton = new QPushButton(this);
s.removeButton = new QToolButton(this);
s.removeButton->setText(QChar('X'));
s.removeButton->setMaximumHeight(22);
s.removeButton->setMaximumWidth(22);