diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-22 10:04:28 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-22 10:04:28 -0700 |
commit | a00231d5fc7411c8bb3f0ffdf72f2ccabd2477b6 (patch) | |
tree | de07a61632c7e9f1f6df9da0df89623f810ae9b4 /gr-wxgui/python/wxgui/waterfall_window.py | |
parent | 11fd3f467ab8a8c7e548dfed092d102945770f99 (diff) | |
parent | 48e5bff6fe99b5d4654fcb03a6f8da8a206eb7d7 (diff) |
Merge branch 'maint'
Conflicts:
gnuradio-core/src/lib/runtime/gr_tpb_thread_body.cc
Diffstat (limited to 'gr-wxgui/python/wxgui/waterfall_window.py')
-rw-r--r-- | gr-wxgui/python/wxgui/waterfall_window.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-wxgui/python/wxgui/waterfall_window.py b/gr-wxgui/python/wxgui/waterfall_window.py index 7d401223c2..9f91d17eb4 100644 --- a/gr-wxgui/python/wxgui/waterfall_window.py +++ b/gr-wxgui/python/wxgui/waterfall_window.py @@ -209,6 +209,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) |