diff options
author | jblum | 2008-11-27 07:12:15 +0000 |
---|---|---|
committer | jblum | 2008-11-27 07:12:15 +0000 |
commit | f8fe10054cba4a8dbf012f328eb86c9ef1c75869 (patch) | |
tree | c31bfce9fad20519610ff373a135efb1d6776435 /grc/data | |
parent | 373dd3bd1f46d09eb2ef2e4aeefe3f1be58c6ab1 (diff) | |
download | gnuradio-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.xml | 20 |
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> |