summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/plot_psd_form.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/apps/plot_psd_form.py')
-rw-r--r--gr-qtgui/apps/plot_psd_form.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/plot_psd_form.py b/gr-qtgui/apps/plot_psd_form.py
index 262734bd67..2d1fcd10bc 100644
--- a/gr-qtgui/apps/plot_psd_form.py
+++ b/gr-qtgui/apps/plot_psd_form.py
@@ -74,7 +74,7 @@ class plot_psd_form(plot_form):
self.update_psd_avg)
self.add_line_control(self.right_col_layout)
-
+
def update_psd_size(self):
newpsdsize = self.psd_size_edit.text().toInt()[0]
if(newpsdsize != self.top_block._psd_size):