summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-10-27 04:57:41 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-10-27 04:57:41 (GMT)
commit377c3cc4ff74097d173b8518430f36689fbd3331 (patch)
treeed62b1a7661ab5f4fb4a076d432a91291d763c8d /tools/qmldebugger
parent578a9db47635e8a5dad55022c10f0222e7b1f29c (diff)
downloadQt-377c3cc4ff74097d173b8518430f36689fbd3331.zip
Qt-377c3cc4ff74097d173b8518430f36689fbd3331.tar.gz
Qt-377c3cc4ff74097d173b8518430f36689fbd3331.tar.bz2
Increase minimum height
Diffstat (limited to 'tools/qmldebugger')
-rw-r--r--tools/qmldebugger/canvasframerate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmldebugger/canvasframerate.cpp b/tools/qmldebugger/canvasframerate.cpp
index ae0131f..10c3dbf 100644
--- a/tools/qmldebugger/canvasframerate.cpp
+++ b/tools/qmldebugger/canvasframerate.cpp
@@ -56,7 +56,7 @@ private:
QLineGraph::QLineGraph(QWidget *parent)
: QWidget(parent), sb(Qt::Horizontal, this), position(-1), samplesPerWidth(99), resolutionForHeight(50), ignoreScroll(false)
{
- setMinimumHeight(180);
+ setMinimumHeight(200);
sb.setMaximum(0);
sb.setMinimum(0);