Skip to content

Commit

Permalink
Change L.Illustrate.Textbox minSize defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmanley committed Sep 7, 2014
1 parent 95e51bb commit d34ffc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/Leaflet.Illustrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ L.Illustrate.Textbox = L.Class.extend({
options: {

/* this._minSize is used by edit handles (L.Illustrate.EditHandle) when updating size. */
minWidth: 200,
minHeight: 125
minWidth: 10,
minHeight: 10

},

Expand Down
4 changes: 2 additions & 2 deletions src/core/L.Illustrate.Textbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ L.Illustrate.Textbox = L.Class.extend({
options: {

/* this._minSize is used by edit handles (L.Illustrate.EditHandle) when updating size. */
minWidth: 200,
minHeight: 125
minWidth: 10,
minHeight: 10

},

Expand Down

0 comments on commit d34ffc7

Please sign in to comment.