forked from qt-creator/qt-creator
Change the toolbar of the debugger sub windows to a flat grey tone
Change-Id: I3f3270fc88b4b3a98d34b70efed4aabc27fe8fcd Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
@@ -237,6 +237,7 @@ void QmlProfilerTraceView::reset()
|
||||
QWidget *QmlProfilerTraceView::createToolbar()
|
||||
{
|
||||
Utils::StyledBar *bar = new Utils::StyledBar(this);
|
||||
bar->setStyleSheet(QLatin1String("background: #9B9B9B"));
|
||||
bar->setSingleRow(true);
|
||||
bar->setFixedWidth(150);
|
||||
bar->setFixedHeight(24);
|
||||
@@ -298,6 +299,7 @@ QWidget *QmlProfilerTraceView::createToolbar()
|
||||
QWidget *QmlProfilerTraceView::createZoomToolbar()
|
||||
{
|
||||
Utils::StyledBar *bar = new Utils::StyledBar(this);
|
||||
bar->setStyleSheet(QLatin1String("background: #9B9B9B"));
|
||||
bar->setSingleRow(true);
|
||||
bar->setFixedWidth(150);
|
||||
bar->setFixedHeight(24);
|
||||
|
||||
Reference in New Issue
Block a user