diff options
author | jblum | 2008-11-28 00:34:51 +0000 |
---|---|---|
committer | jblum | 2008-11-28 00:34:51 +0000 |
commit | 277aa8d20c9db1c3de915d284db9e420f3d9f2f6 (patch) | |
tree | 888e7608d4848c643eea5bc9cd799f3cca08971f /grc/data/platforms/python | |
parent | f8fe10054cba4a8dbf012f328eb86c9ef1c75869 (diff) | |
download | gnuradio-277aa8d20c9db1c3de915d284db9e420f3d9f2f6.tar.gz gnuradio-277aa8d20c9db1c3de915d284db9e420f3d9f2f6.tar.bz2 gnuradio-277aa8d20c9db1c3de915d284db9e420f3d9f2f6.zip |
blocks window position pref
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10079 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/data/platforms/python')
-rw-r--r-- | grc/data/platforms/python/blocks/preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grc/data/platforms/python/blocks/preferences.xml b/grc/data/platforms/python/blocks/preferences.xml index 9e97f8faf..366675c94 100644 --- a/grc/data/platforms/python/blocks/preferences.xml +++ b/grc/data/platforms/python/blocks/preferences.xml @@ -125,4 +125,9 @@ <key>reports_window_position</key> <type>string</type> </param> + <param> + <name>Blocks Window Position</name> + <key>blocks_window_position</key> + <type>string</type> + </param> </block> |