Skip to content

Commit a014ec1

Browse files
author
Alain Dumesny
committed
updated two.html
* to show issue #997 (maxWidth not carring totally over on drop as shadow still resizes past that)
1 parent bdecbdb commit a014ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/two.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h1>Two grids demo</h1>
111111
{x: 0, y: 0, width: 2, height: 2},
112112
{x: 3, y: 1, width: 1, height: 2},
113113
{x: 4, y: 1, width: 1, height: 1},
114-
{x: 2, y: 3, width: 3, height: 1, minWidth: 2, id: 'special', text: 'has minWidth=2'},
114+
{x: 2, y: 3, width: 3, height: 1, maxWidth: 3, id: 'special', text: 'has maxWidth=3'},
115115
{x: 2, y: 5, width: 1, height: 1}
116116
];
117117

0 commit comments

Comments
 (0)