From d52c462e5fd3eae7d00505a64a013e811d43234c Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sat, 23 Aug 2008 02:26:15 +0000 Subject: Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixes and local modifications. Integrates previously separate GNU Radio Companion into top-level component 'grc'. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9378 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/data/grc_gnuradio/blocks/preferences.xml | 146 +++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 grc/data/grc_gnuradio/blocks/preferences.xml (limited to 'grc/data/grc_gnuradio/blocks/preferences.xml') diff --git a/grc/data/grc_gnuradio/blocks/preferences.xml b/grc/data/grc_gnuradio/blocks/preferences.xml new file mode 100644 index 000000000..51138c123 --- /dev/null +++ b/grc/data/grc_gnuradio/blocks/preferences.xml @@ -0,0 +1,146 @@ + + + + Preferences + preferences + + + + Prefs File + prefs_file + .grc + string + + + File Open + file_open + + string + + + Files Open + files_open + + string + + + Window Size + window_size + 800, 600 + int_vector + + + + Snap to Grid + snap_to_grid + off + enum + + + + + Grid Size + grid_size + 20 + enum + + + + + + + Show Grid + show_grid + hide + enum + + + + + + Show Reports Window + show_reports + show + enum + + + + + Show Params Labels + show_params + show + enum + + + + + Show ID Label + show_id + show + enum + + + + + + Restore Open Files + restore_files + yes + enum + + + + -- cgit