Skip to content

Commit

Permalink
fixed box size
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Jul 26, 2019
1 parent 9d0e368 commit ea11d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ proc getHelpIcon {topic x y} {
}

proc getIconOverviewIcon {topic x y} {
set ret "<img src=\"/ise/img/visible.png\" style=\"cursor: pointer; width:18px; height:18px; position:relative; top:2px\" onclick=\"showParamHelp('$topic', '410', '520')\">"
set ret "<img src=\"/ise/img/visible.png\" style=\"cursor: pointer; width:18px; height:18px; position:relative; top:2px\" onclick=\"showParamHelp('$topic', '$x', '210')\">"
return $ret
}

Expand Down

0 comments on commit ea11d56

Please sign in to comment.