forked from qt-creator/qt-creator
Improved styling of project target selector
This commit is contained in:
@@ -225,6 +225,7 @@ void FancyToolButton::actionChanged()
|
||||
FancyActionBar::FancyActionBar(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setObjectName(QString::fromUtf8("actionbar"));
|
||||
m_actionsLayout = new QVBoxLayout;
|
||||
QVBoxLayout *spacerLayout = new QVBoxLayout;
|
||||
spacerLayout->addLayout(m_actionsLayout);
|
||||
|
||||
Reference in New Issue
Block a user