QmlProfiler: removed scrollbar, timeline stretches automatically

Change-Id: Ibc012d517556914e61ccbf58245a6d83cb4c8a80
Reviewed-by: Kai Koehne
Reviewed-on: http://codereview.qt.nokia.com/429
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-06-09 14:54:56 +02:00
committed by Kai Koehne
parent 5e786fd128
commit 74f1c2e277
6 changed files with 15 additions and 124 deletions

View File

@@ -221,7 +221,6 @@ void TimelineView::updateTimeline(bool updateStartX)
}
ctxt->setContextProperty("label", label);
ctxt->setContextProperty("type", type);
item->setY(type*50);
item->setParentItem(this);
}
if (item) {