Skip to content

Commit

Permalink
Fixed popup height
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@2996 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed Jun 13, 2007
1 parent 38a0b53 commit 93b0253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html.php
Expand Up @@ -2569,7 +2569,7 @@ function getPopupHeight()
{
global $clang, $surveyid;

$rowheight = 17;
$rowheight = 20;
$height = 0;
$bottomPad = 15;

Expand Down

0 comments on commit 93b0253

Please sign in to comment.