forked from qt-creator/qt-creator
QmlProfiler: reordered tabs
Change-Id: I9c198aef9ab97a8a956280a8637fcb011f10aa6e Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -131,9 +131,9 @@ void QmlProfilerViewManager::createViews()
|
||||
timelineDock->show();
|
||||
v8profilerDock->show();
|
||||
|
||||
mw->splitDockWidget(mw->toolBarDockWidget(), eventsDock, Qt::Vertical);
|
||||
mw->tabifyDockWidget(eventsDock, timelineDock);
|
||||
mw->tabifyDockWidget(timelineDock, v8profilerDock);
|
||||
mw->splitDockWidget(mw->toolBarDockWidget(), timelineDock, Qt::Vertical);
|
||||
mw->tabifyDockWidget(timelineDock, eventsDock);
|
||||
mw->tabifyDockWidget(eventsDock, v8profilerDock);
|
||||
}
|
||||
|
||||
bool QmlProfilerViewManager::hasValidSelection() const
|
||||
|
||||
Reference in New Issue
Block a user