Merging trondeau/qt branch r11231:11360. This merge improves the usability and exampl...
[debian/gnuradio] / gr-qtgui / src / python / pyqt_example_f.py
index bf10c5c0edcb8ebfa361bcb8fed30dae3472a52c..46fe07e0d89cf5f934a46f6587e648b32ace09fb 100755 (executable)
@@ -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)