forked from qt-creator/qt-creator
Small tweaks to the project page again, based on mae's feedback.
Feedback welcome, some of them are not necessarily better. Some things aren't solved.
This commit is contained in:
@@ -150,13 +150,11 @@ BuildSettingsWidget::BuildSettingsWidget(Project *project)
|
||||
|
||||
m_addButton = new QPushButton(this);
|
||||
m_addButton->setText(tr("Add"));
|
||||
m_addButton->setIcon(QIcon(Core::Constants::ICON_PLUS));
|
||||
m_addButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
hbox->addWidget(m_addButton);
|
||||
|
||||
m_removeButton = new QPushButton(this);
|
||||
m_removeButton->setText(tr("Remove"));
|
||||
m_removeButton->setIcon(QIcon(Core::Constants::ICON_MINUS));
|
||||
m_removeButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
hbox->addWidget(m_removeButton);
|
||||
hbox->addSpacerItem(new QSpacerItem(0, 0, QSizePolicy::Expanding, QSizePolicy::Fixed));
|
||||
|
||||
Reference in New Issue
Block a user