diff options
Diffstat (limited to 'grc/data/platforms/python/blocks')
-rw-r--r-- | grc/data/platforms/python/blocks/blks2_error_rate.xml | 3 | ||||
-rw-r--r-- | grc/data/platforms/python/blocks/options.xml | 1 | ||||
-rw-r--r-- | grc/data/platforms/python/blocks/preferences.xml | 14 |
3 files changed, 4 insertions, 14 deletions
diff --git a/grc/data/platforms/python/blocks/blks2_error_rate.xml b/grc/data/platforms/python/blocks/blks2_error_rate.xml index 79703f6e9..852e7db01 100644 --- a/grc/data/platforms/python/blocks/blks2_error_rate.xml +++ b/grc/data/platforms/python/blocks/blks2_error_rate.xml @@ -21,10 +21,12 @@ <option> <name>Bit Error Rate</name> <key>"BER"</key> + <opt>hide_bps:</opt> </option> <option> <name>Symbol Error Rate</name> <key>"SER"</key> + <opt>hide_bps:all</opt> </option> </param> <param> @@ -38,6 +40,7 @@ <key>bits_per_symbol</key> <value>2</value> <type>int</type> + <hide>$type.hide_bps</hide> </param> <sink> <name>ref</name> diff --git a/grc/data/platforms/python/blocks/options.xml b/grc/data/platforms/python/blocks/options.xml index 8e8f06891..3a73050ae 100644 --- a/grc/data/platforms/python/blocks/options.xml +++ b/grc/data/platforms/python/blocks/options.xml @@ -39,6 +39,7 @@ import wx <key>window_size</key> <value>1280, 1024</value> <type>int_vector</type> + <hide>part</hide> </param> <param> <name>Generate Options</name> diff --git a/grc/data/platforms/python/blocks/preferences.xml b/grc/data/platforms/python/blocks/preferences.xml index 51138c123..e426b5a34 100644 --- a/grc/data/platforms/python/blocks/preferences.xml +++ b/grc/data/platforms/python/blocks/preferences.xml @@ -114,20 +114,6 @@ <key>hide</key> </option> </param> - <param> - <name>Show ID Label</name> - <key>show_id</key> - <value>show</value> - <type>enum</type> - <option> - <name>Show</name> - <key>show</key> - </option> - <option> - <name>Hide</name> - <key>hide</key> - </option> - </param> <!-- Misc Prefs --> <param> <name>Restore Open Files</name> |