From c7726833099ec18fe63d6c1ca6cda67c76782fb0 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Wed, 1 Aug 2012 13:07:48 +0200 Subject: [PATCH] splash window vertically enlarged --- web/index_wr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.17.1