From ee33c36b55604fe26f31c19730b075c53d0e34ec Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Fri, 27 Oct 2017 15:31:50 +0530 Subject: [PATCH] UI fixes to Geolocation field (#4392) One field in section takes up 2 col width instead of 1 col --- frappe/public/js/frappe/form/controls/geolocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/form/controls/geolocation.js b/frappe/public/js/frappe/form/controls/geolocation.js index 12f63a5c53..7dd0c7f64e 100644 --- a/frappe/public/js/frappe/form/controls/geolocation.js +++ b/frappe/public/js/frappe/form/controls/geolocation.js @@ -1,4 +1,4 @@ -frappe.ui.form.ControlGeolocation = frappe.ui.form.ControlData.extend({ +frappe.ui.form.ControlGeolocation = frappe.ui.form.ControlCode.extend({ make_wrapper() { // Create the elements for map area this._super();