From 83535811ad8d0e4af6cf688db103c06283af3d4f Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Wed, 26 Jul 2017 18:11:37 +0530 Subject: [PATCH] [minor][wiz] fix company image alignment (#10114) --- 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',