enlarging scaleEtalonSize, lowering the amount of selected features on-screen.

This commit is contained in:
rachytski 2011-03-20 20:48:37 +02:00 committed by Alex Zolotarev
parent b85dd9307c
commit 71b0c1a3f8

View file

@ -397,7 +397,7 @@ public:
unsigned ScaleEtalonSize() const
{
return 512;
return 512 + 256;
}
};