forked from organicmaps/organicmaps
enlarging scaleEtalonSize, lowering the amount of selected features on-screen.
This commit is contained in:
parent
b85dd9307c
commit
71b0c1a3f8
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ public:
|
|||
|
||||
unsigned ScaleEtalonSize() const
|
||||
{
|
||||
return 512;
|
||||
return 512 + 256;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue