diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-05-10 05:45:12 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-05-10 05:45:12 -0700 |
commit | e4f0319eced22c112f7e6a4cc45bc2036d285332 (patch) | |
tree | 92baa4254f47fd0b62d1d3f69e3b1ddb96dd32d3 /gr-wxgui/python/wxgui/waterfall_window.py | |
parent | 5fd6b62702369e45ef01a02e12bec1afc5b57200 (diff) | |
parent | 3e052d303874a07237c4e0c31eef3f7f7a192835 (diff) |
Merged in 'next' branch.
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) |