QmlProfiler: removed fixed height

This commit is contained in:
Christiaan Janssen
2011-05-17 18:03:59 +02:00
parent b83932708c
commit d835b769c7
5 changed files with 119 additions and 5 deletions

View File

@@ -289,7 +289,7 @@ TraceWindow::TraceWindow(QWidget *parent)
setLayout(groupLayout);
// Maximum height: 5 rows of 50 pixels + scrollbar of 50 pixels
setFixedHeight(300);
// setFixedHeight(300);
}
TraceWindow::~TraceWindow()