mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-12 23:26:43 +00:00
Add more zoom
This commit is contained in:
@@ -126,7 +126,7 @@ class FPGAViewWidget : public QOpenGLWidget, protected QOpenGLFunctions
|
||||
void clickedPip(PipId pip, bool add);
|
||||
|
||||
private:
|
||||
const float zoomNear_ = 0.1f; // do not zoom closer than this
|
||||
const float zoomNear_ = 0.05f; // do not zoom closer than this
|
||||
float zoomFar_ = 10.0f; // do not zoom further than this
|
||||
const float zoomLvl1_ = 1.0f;
|
||||
const float zoomLvl2_ = 5.0f;
|
||||
|
||||
Reference in New Issue
Block a user