forked from qt-creator/qt-creator
Fixes: Toolbar cosmetic problem
RevBy: b_lindeijer
Details:
This resolves the problem with missing top-borders on
the find toolbar.
(cherry picked from commit e5c845fcc7)
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
932845fc36
commit
3b7c35fa9b
@@ -620,6 +620,7 @@ bool DebuggerPlugin::initialize(const QStringList &arguments, QString *error_mes
|
||||
m_debugMode->setWidget(splitter2);
|
||||
|
||||
QToolBar *debugToolBar = new QToolBar;
|
||||
debugToolBar->setProperty("topBorder", true);
|
||||
debugToolBar->addAction(am->command(ProjectExplorer::Constants::DEBUG)->action());
|
||||
debugToolBar->addAction(am->command(Constants::INTERRUPT)->action());
|
||||
debugToolBar->addAction(am->command(Constants::NEXT)->action());
|
||||
|
||||
Reference in New Issue
Block a user