forked from qt-creator/qt-creator
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:
committed by
Kai Koehne
parent
5e786fd128
commit
74f1c2e277
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user