summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/PINManagement.jsp
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-03-09 17:25:29 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-03-09 17:25:29 +0000
commita94eadabb2c0e524023619734ebb88162fb38c5c (patch)
tree32f6f3b32dfe0657801a515621d876f84c668056 /BKUOnline/src/main/webapp/PINManagement.jsp
parente177419331b8849497d25d3eb1866c5dc715bc88 (diff)
downloadmocca-a94eadabb2c0e524023619734ebb88162fb38c5c.tar.gz
mocca-a94eadabb2c0e524023619734ebb88162fb38c5c.tar.bz2
mocca-a94eadabb2c0e524023619734ebb88162fb38c5c.zip
AppletPageAlternative
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@313 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/PINManagement.jsp')
-rw-r--r--BKUOnline/src/main/webapp/PINManagement.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/PINManagement.jsp b/BKUOnline/src/main/webapp/PINManagement.jsp
index 0f08f64b..d62dc09b 100644
--- a/BKUOnline/src/main/webapp/PINManagement.jsp
+++ b/BKUOnline/src/main/webapp/PINManagement.jsp
@@ -41,7 +41,7 @@
String heightP = request.getParameter("appletHeight");
int width = (widthP == null) ? 295
: Integer.parseInt(widthP);
- int height = (heightP == null) ? 195
+ int height = (heightP == null) ? 200
: Integer.parseInt(heightP);
String guiStyle = request.getParameter("appletGuiStyle");
if (guiStyle == null) {