summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/histo_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/src/python/histo_window.py')
-rw-r--r--gr-wxgui/src/python/histo_window.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/histo_window.py b/gr-wxgui/src/python/histo_window.py
index e87e978252..a1b520f9c1 100644
--- a/gr-wxgui/src/python/histo_window.py
+++ b/gr-wxgui/src/python/histo_window.py
@@ -117,7 +117,6 @@ class histo_window(wx.Panel, pubsub.pubsub):
wx.Panel.__init__(self, parent, style=wx.SIMPLE_BORDER)
self.plotter = plotter.bar_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)