From 471ebf621da0426fefda870dfe29d75cd9ef2da6 Mon Sep 17 00:00:00 2001
From: trondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Date: Mon, 6 Jul 2009 04:39:24 +0000
Subject: Merging trondeau/qt branch r11231:11360. This merge improves the
 usability and examples of the QT-based interface.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5
---
 gr-qtgui/src/python/pyqt_example_f.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-qtgui/src/python/pyqt_example_f.py')

diff --git a/gr-qtgui/src/python/pyqt_example_f.py b/gr-qtgui/src/python/pyqt_example_f.py
index bf10c5c0ed..46fe07e0d8 100755
--- a/gr-qtgui/src/python/pyqt_example_f.py
+++ b/gr-qtgui/src/python/pyqt_example_f.py
@@ -113,7 +113,7 @@ class my_top_block(gr.top_block):
         src  = gr.add_ff()
         thr = gr.throttle(gr.sizeof_float, 100*fftsize)
         self.snk1 = qtgui.sink_f(fftsize, gr.firdes.WIN_BLACKMAN_hARRIS,
-                                 -Rs/2, Rs/2,
+                                 0, Rs,
                                  "Float Signal Example",
                                  True, True, False, True, False)
 
-- 
cgit v1.2.3