From: Alexander Ebert Date: Mon, 26 Sep 2016 08:32:50 +0000 (+0200) Subject: Fixed suggested default logo width X-Git-Tag: 3.0.0_Beta_2~130 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bc926682a3af7b207b48ca729330f00662a443cb;p=GitHub%2FWoltLab%2FWCF.git Fixed suggested default logo width --- diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.Style.js b/wcfsetup/install/files/acp/js/WCF.ACP.Style.js index aec105f665..8680b0f10e 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.Style.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.Style.js @@ -248,7 +248,7 @@ WCF.ACP.Style.LogoUpload = WCF.Upload.extend({ else { // no logo defined, fallback to application logo $src = WCF_PATH + 'images/default-logo.png'; - $('#pageLogoWidth').val(288); + $('#pageLogoWidth').val(281); $('#pageLogoHeight').val(40); }