commit/galaxy-central: jgoecks: Set Trackster overview height correctly.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/431c06394bb1/ changeset: 431c06394bb1 user: jgoecks date: 2011-08-10 22:50:04 summary: Set Trackster overview height correctly. affected #: 1 file (5 bytes) --- a/static/scripts/trackster.js Wed Aug 10 16:42:01 2011 -0400 +++ b/static/scripts/trackster.js Wed Aug 10 16:50:04 2011 -0400 @@ -920,7 +920,7 @@ view.overview_close.show(); view.overview_viewport.append(tile.canvas); view.overview_highlight.show().height(tile.canvas.height()); - view.overview_viewport.height(tile.canvas.height() + view.overview_box.height()); + view.overview_viewport.height(tile.canvas.height() + view.overview_box.outerHeight()); view.resize_window(); // Update view, track states. 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)
-
Bitbucket