#8763 Fixed height

This commit is contained in:
Daniel Maya 2022-06-29 17:31:46 +02:00
parent 547962c83a
commit ebe1965ca0
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ class TacticalWidget extends Widget
{
$size = [
'width' => 450,
'height' => 370,
'height' => 515,
];
return $size;