Skip to content

Commit dda8de1

Browse files
authored
Merge pull request #1176 from adumesny/develop
updated two.html to show maxWidth issue
2 parents 7df0e86 + a014ec1 commit dda8de1

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)