From 62b8b288b5a5a653ffc4bc86f15ff19b4d2b0a87 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 27 May 2016 12:00:20 +0300 Subject: [PATCH] 26.05.16 change image download (git strange error, pay attention for this) --- common/config/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 019b740..caf0d80 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -115,8 +115,8 @@ return [ ], 'mainmenu' => [ 'resize' => [ - 'width' => 160, - 'height' => 170, + 'width' => 128, + 'height' => 128, 'master' => null ], ], -- libgit2 0.21.4