Mercurial > hg > sonic-visualiser
changeset 48:5e2055007bda
...
| author | Chris Cannam |
|---|---|
| date | Thu, 05 Oct 2006 15:39:23 +0000 |
| parents | 5c6d38edb163 |
| children | 17787ea5f732 |
| files | main/MainWindow.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/main/MainWindow.cpp Thu Oct 05 14:42:42 2006 +0000 +++ b/main/MainWindow.cpp Thu Oct 05 15:39:23 2006 +0000 @@ -169,7 +169,7 @@ m_playSpeed = new AudioDial(frame); m_playSpeed->setMinimum(0); - m_playSpeed->setMaximum(199); + m_playSpeed->setMaximum(200); m_playSpeed->setValue(100); m_playSpeed->setFixedWidth(24); m_playSpeed->setFixedHeight(24);
