From 71b0c1a3f8d2e6339b67bea83040087abdf3f8c6 Mon Sep 17 00:00:00 2001 From: rachytski Date: Sun, 20 Mar 2011 20:48:37 +0200 Subject: [PATCH] enlarging scaleEtalonSize, lowering the amount of selected features on-screen. --- platform/qtplatform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/qtplatform.cpp b/platform/qtplatform.cpp index 4491b8e50e..46f5b1718a 100644 --- a/platform/qtplatform.cpp +++ b/platform/qtplatform.cpp @@ -397,7 +397,7 @@ public: unsigned ScaleEtalonSize() const { - return 512; + return 512 + 256; } };