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

@@ -279,8 +279,8 @@ TraceWindow::TraceWindow(QWidget *parent)
setLayout(groupLayout);
// Maximum height: 5 rows of 50 pixels + scrollbar of 50 pixels
// setFixedHeight(300);
// Minimum height: 5 rows of 20 pixels + scrollbar of 50 pixels + 20 pixels margin
setMinimumHeight(170);
}
TraceWindow::~TraceWindow()