commit/galaxy-central: jgoecks: Trackster: add needed height config preference.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2778e2829d28/ Changeset: 2778e2829d28 User: jgoecks Date: 2013-10-19 21:59:43 Summary: Trackster: add needed height config preference. Affected #: 1 file diff -r 95815478f355009d925ea91e95e4db0a9d887ded -r 2778e2829d28bb053b12d47c6615c98052134a83 static/scripts/viz/trackster/tracks.js --- a/static/scripts/viz/trackster/tracks.js +++ b/static/scripts/viz/trackster/tracks.js @@ -4220,7 +4220,8 @@ { key: 'show_sample_data', label: 'Show sample data', type: 'bool', default_value: true }, { key: 'show_labels', label: 'Show summary and sample labels', type: 'bool', default_value: true }, { key: 'summary_height', label: 'Locus summary height', type: 'float', default_value: 20 }, - { key: 'mode', type: 'string', default_value: this.mode, hidden: true } + { key: 'mode', type: 'string', default_value: this.mode, hidden: true }, + { key: 'height', type: 'int', default_value: 0, hidden: true } ] ), config_onchange: function() { Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org