Mercurial > hg > tony
changeset 502:487fb37f2106 2.0-integration
Fix default play speed display
author | Chris Cannam |
---|---|
date | Wed, 14 Oct 2015 15:54:18 +0100 |
parents | e6f5c6c479f3 |
children | 8deff0bd9d45 |
files | src/MainWindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/MainWindow.cpp Wed Oct 14 15:08:55 2015 +0100 +++ b/src/MainWindow.cpp Wed Oct 14 15:54:18 2015 +0100 @@ -230,7 +230,7 @@ m_playSpeed->setMeterColor(Qt::darkBlue); m_playSpeed->setMinimum(0); m_playSpeed->setMaximum(120); - m_playSpeed->setValue(100); + m_playSpeed->setValue(60); m_playSpeed->setFixedWidth(24); m_playSpeed->setFixedHeight(24); m_playSpeed->setNotchesVisible(true);