X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fglobalsettings.hpp;h=eb964fa2c677b802fe077e2da34de722328d6328;hb=e91fb166608133382baa1a90cc022bfa47d649de;hp=f6a6141fca7ad18ccd1e9276e4eea0789a2dead1;hpb=c031de4b8b8a62bfec13de3fd91c0031eb222a04;p=pulseview.git diff --git a/pv/globalsettings.hpp b/pv/globalsettings.hpp index f6a6141..eb964fa 100644 --- a/pv/globalsettings.hpp +++ b/pv/globalsettings.hpp @@ -38,7 +38,8 @@ class GlobalSettings : public QSettings Q_OBJECT public: - static const QString Key_View_AlwaysZoomToFit; + static const QString Key_View_ZoomToFitDuringAcq; + static const QString Key_View_ZoomToFitAfterAcq; static const QString Key_View_ColouredBG; static const QString Key_View_StickyScrolling; static const QString Key_View_ShowSamplingPoints;