gui: rejigger maximum zoom out

This commit is contained in:
Sergiusz Bazanski 2018-07-27 02:06:33 +01:00
parent 6db0731ea5
commit 83371248fc

View File

@ -124,7 +124,7 @@ class FPGAViewWidget : public QOpenGLWidget, protected QOpenGLFunctions
private:
const float zoomNear_ = 0.1f; // do not zoom closer than this
const float zoomFar_ = 100.0f; // do not zoom further than this
const float zoomFar_ = 30.0f; // do not zoom further than this
const float zoomLvl1_ = 1.0f;
const float zoomLvl2_ = 5.0f;