diff options
author | Tom Rondeau | 2011-04-10 17:53:08 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-10 17:53:08 -0400 |
commit | 65dd7abbe7310d6e064712ac2507312c50304345 (patch) | |
tree | d85c9d76481070e40eff291f2bee454da19610e2 /gr-qtgui | |
parent | 16ec5a3bf5a22cc72423d975666878eeadd2cf3c (diff) | |
download | gnuradio-65dd7abbe7310d6e064712ac2507312c50304345.tar.gz gnuradio-65dd7abbe7310d6e064712ac2507312c50304345.tar.bz2 gnuradio-65dd7abbe7310d6e064712ac2507312c50304345.zip |
gr-qtgui: fixes problem with initial axes not showing up properly.
Diffstat (limited to 'gr-qtgui')
-rw-r--r-- | gr-qtgui/lib/spectrumdisplayform.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-qtgui/lib/spectrumdisplayform.ui b/gr-qtgui/lib/spectrumdisplayform.ui index 856f59153..049d4ffeb 100644 --- a/gr-qtgui/lib/spectrumdisplayform.ui +++ b/gr-qtgui/lib/spectrumdisplayform.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>712</width> - <height>543</height> + <height>560</height> </rect> </property> <property name="windowTitle"> @@ -182,8 +182,8 @@ </property> <property name="minimumSize"> <size> - <width>400</width> - <height>350</height> + <width>617</width> + <height>400</height> </size> </property> <property name="sizeIncrement"> |