summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/waterfall_window.py
diff options
context:
space:
mode:
authorJosh Blum2013-05-01 10:12:03 -0700
committerJosh Blum2013-05-01 10:12:03 -0700
commit174060bf4cc236a96ad8f42b19607946ae332a34 (patch)
tree8e78f108e1ec206118b97d20ddd5edeee33b3b93 /gr-wxgui/src/python/waterfall_window.py
parent589915f97bba8499715bc61d2dec64b6fd7bca25 (diff)
parentbad3b840f0408d18082de5fca8ae5804a751a30d (diff)
downloadgnuradio-174060bf4cc236a96ad8f42b19607946ae332a34.tar.gz
gnuradio-174060bf4cc236a96ad8f42b19607946ae332a34.tar.bz2
gnuradio-174060bf4cc236a96ad8f42b19607946ae332a34.zip
Merge branch 'maint' into v3.6.4git_gras_support
Diffstat (limited to 'gr-wxgui/src/python/waterfall_window.py')
-rw-r--r--gr-wxgui/src/python/waterfall_window.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-wxgui/src/python/waterfall_window.py b/gr-wxgui/src/python/waterfall_window.py
index cd60104d7..a190899c3 100644
--- a/gr-wxgui/src/python/waterfall_window.py
+++ b/gr-wxgui/src/python/waterfall_window.py
@@ -207,6 +207,7 @@ class waterfall_window(wx.Panel, pubsub.pubsub):
wx.Panel.__init__(self, parent, style=wx.SIMPLE_BORDER)
self.plotter = plotter.waterfall_plotter(self)
self.plotter.SetSize(wx.Size(*size))
+ self.plotter.SetSizeHints(*size)
self.plotter.set_title(title)
self.plotter.enable_point_label(True)
self.plotter.enable_grid_lines(False)