Increased with of mapfield

This commit is contained in:
2021-09-05 22:51:46 +00:00
parent 48b476a238
commit ff4aeb273e
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ abstract class MapField extends Field
*/
public function __construct($name, $attribute = null, $resolveCallback = null)
{
$this->setHeight('250px');
$this->setHeight('400px');
$this->setCenter(0, 0);
$this->setZoom(13);