#8763 Fixed height
This commit is contained in:
parent
547962c83a
commit
ebe1965ca0
|
@ -554,7 +554,7 @@ class TacticalWidget extends Widget
|
|||
{
|
||||
$size = [
|
||||
'width' => 450,
|
||||
'height' => 370,
|
||||
'height' => 515,
|
||||
];
|
||||
|
||||
return $size;
|
||||
|
|
Loading…
Reference in New Issue