diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 3ba07d90..8ef7b6d4 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -043c-dirty +4635-dirty diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 021615ab..0dcea588 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -478,7 +478,7 @@ class PickDlg(QDialog): x_res /= 2 zoomx = [ini_pick - x_res, ini_pick + x_res] - zoomy = [noiselevel * 1.5, -noiselevel * 1.5] + zoomy = [-noiselevel * 1.5, noiselevel * 1.5] self.getPlotWidget().plotWFData(wfdata=wfdata, title=self.getStation() + ' picking mode',