Mercurial > hg > easaier-soundaccess
changeset 222:c9042816f12d
set minimum size according to resolution
author | lbajardsilogic |
---|---|
date | Mon, 11 Feb 2008 10:08:48 +0000 |
parents | a89ab7dfbf4c |
children | c413e82a4812 |
files | widgets/Plotter.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/widgets/Plotter.cpp Fri Feb 08 16:36:03 2008 +0000 +++ b/widgets/Plotter.cpp Mon Feb 11 10:08:48 2008 +0000 @@ -32,7 +32,7 @@ m_curve.push_back(QPoint(10,30)); m_curve.push_back(QPoint(0,0)); - setMinimumSize(QSize(410, 190)); + setMinimumSize(QSize(m_signalWidth + 10, m_signalHeight + 10)); refreshPixmap();