mirror of https://github.com/YosysHQ/nextpnr.git
gui: rejigger maximum zoom out
This commit is contained in:
parent
6db0731ea5
commit
83371248fc
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue