mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-14 07:50:36 +00:00
gui: rejigger maximum zoom out
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user