summaryrefslogtreecommitdiff
path: root/grc/data
diff options
context:
space:
mode:
authorjblum2008-11-27 07:12:15 +0000
committerjblum2008-11-27 07:12:15 +0000
commitf8fe10054cba4a8dbf012f328eb86c9ef1c75869 (patch)
treec31bfce9fad20519610ff373a135efb1d6776435 /grc/data
parent373dd3bd1f46d09eb2ef2e4aeefe3f1be58c6ab1 (diff)
downloadgnuradio-f8fe10054cba4a8dbf012f328eb86c9ef1c75869.tar.gz
gnuradio-f8fe10054cba4a8dbf012f328eb86c9ef1c75869.tar.bz2
gnuradio-f8fe10054cba4a8dbf012f328eb86c9ef1c75869.zip
resizable reports window
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10078 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/data')
-rw-r--r--grc/data/platforms/python/blocks/preferences.xml20
1 files changed, 5 insertions, 15 deletions
diff --git a/grc/data/platforms/python/blocks/preferences.xml b/grc/data/platforms/python/blocks/preferences.xml
index 62f7e17c1..9e97f8faf 100644
--- a/grc/data/platforms/python/blocks/preferences.xml
+++ b/grc/data/platforms/python/blocks/preferences.xml
@@ -37,7 +37,6 @@
<param>
<name>Window Size</name>
<key>window_size</key>
- <value>800, 600</value>
<type>int_vector</type>
</param>
<!-- Snap to Grid -->
@@ -93,20 +92,6 @@
</param>
<!-- Appearance Prefs -->
<param>
- <name>Show Reports Window</name>
- <key>show_reports</key>
- <value>show</value>
- <type>enum</type>
- <option>
- <name>Show</name>
- <key>show</key>
- </option>
- <option>
- <name>Hide</name>
- <key>hide</key>
- </option>
- </param>
- <param>
<name>Show Params Labels</name>
<key>show_params</key>
<value>show</value>
@@ -135,4 +120,9 @@
<key>no</key>
</option>
</param>
+ <param>
+ <name>Reports Window Position</name>
+ <key>reports_window_position</key>
+ <type>string</type>
+ </param>
</block>