From: Matteo Nastasi Date: Wed, 1 Aug 2012 11:07:48 +0000 (+0200) Subject: splash window vertically enlarged X-Git-Tag: v4.0.0~67 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=c7726833099ec18fe63d6c1ca6cda67c76782fb0 splash window vertically enlarged --- diff --git a/web/index_wr.php b/web/index_wr.php index d3caf66..f409a3d 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -165,7 +165,7 @@ function index_wr_main(&$room, $remote_addr, $get, $post, $cookie) echo show_notify(str_replace("\n", " ", $G_room_help[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 600, 500); } else if ($argz[0] == 'about') { - echo show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 220); + echo show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 230); } else if ($argz[0] == 'passwdhowto') { echo show_notify(str_replace("\n", " ", $G_room_passwdhowto[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);