Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 1ef9df4

Browse files
author
antishov
committed
Changed resize property to "false" by default
1 parent f9b42ee commit 1ef9df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Base extends Widget
1212
public $yKeys;
1313
public $labels;
1414
public $hideHover;
15-
public $resize;
15+
public $resize = false;
1616
public $gridTextSize = 12;
1717

1818
protected $type;

0 commit comments

Comments
 (0)