Skip to content

Commit

Permalink
Fine-tuning canvas height.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuire-dale committed Apr 21, 2010
1 parent fdc6fe3 commit b0feab1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion screens/ftp_usersmap/templates/ftpusersmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@
this.init = function()
{
safelog('ftp_user_map: initializing...');
canvas = Raphael('{{screen.hash}}_canvas', screenWidth(), screenHeight());
canvas = Raphael(
'{{screen.hash}}_canvas',
screenWidth(),
screenHeight()-2
);
$locations = $('#{{screen.hash}}_locations');
$locations.serialScroll({
items:'li',
Expand Down

0 comments on commit b0feab1

Please sign in to comment.