X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=sigview.h;h=aae9e67e37c7d4fb4b837989df63ade658f62709;hp=2d450df21c0822374d36aa0bdccd9cf2b24f7b6a;hb=7ae275942e8efbe25df311fecbf3c2a4cb9b0cfe;hpb=aeed8b418c0e751d7fef6aeaea1347af2077f904 diff --git a/sigview.h b/sigview.h index 2d450df2..aae9e67e 100644 --- a/sigview.h +++ b/sigview.h @@ -33,6 +33,9 @@ class SigView : public QGLWidget Q_OBJECT private: + static const double MaxScale; + static const double MinScale; + static const int SignalHeight; static const int LabelMarginWidth; static const int RulerHeight;