From 1d9fd9aa5209fa04fc7c913e85ef21e4caf6431c Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Wed, 26 Jul 2017 18:19:41 +0530 Subject: [PATCH] [minor][wiz] fix company image alignment (#10114) (#10117) --- erpnext/public/js/setup_wizard.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js index c9e7235760..d551885700 100644 --- a/erpnext/public/js/setup_wizard.js +++ b/erpnext/public/js/setup_wizard.js @@ -46,13 +46,15 @@ var erpnext_slides = [ fieldtype: "Attach Image", fieldname: "attach_logo", label: __("Attach Logo"), description: __("100px by 100px"), - is_private: 0 + is_private: 0, + align: 'center' }, { fieldname: 'company_name', label: frappe.setup.domain === 'Education' ? __('Institute Name') : __('Company Name'), - fieldtype: 'Data', reqd: 1 + fieldtype: 'Data', + reqd: 1 }, { fieldname: 'company_abbr',