forked from organicmaps/organicmaps
Set start scale to 3 in scale slider bar.
This commit is contained in:
parent
af8f12d99b
commit
3129fb5178
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ void MainWindow::CreateNavigationBar()
|
|||
|
||||
// add scale slider
|
||||
QClickSlider * pScale = new QClickSlider(Qt::Vertical, this);
|
||||
pScale->setRange(0, scales::GetUpperScale());
|
||||
pScale->setRange(3, scales::GetUpperScale());
|
||||
pScale->setTickPosition(QSlider::TicksRight);
|
||||
|
||||
pBar->addWidget(pScale);
|
||||
|
|
Loading…
Add table
Reference in a new issue