Skip to content

Commit

Permalink
Merge pull request ngageoint#559 from adamstja/fix-538-label
Browse files Browse the repository at this point in the history
refactor(label.js): Changed max label size to 48px
  • Loading branch information
wallw-teal authored May 16, 2019
2 parents 669efd3 + cf3e121 commit 9757f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/style/label.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ os.style.label.MIN_SIZE = 8;
* @type {number}
* @const
*/
os.style.label.MAX_SIZE = 24;
os.style.label.MAX_SIZE = 48;


/**
Expand Down

0 comments on commit 9757f99

Please sign in to comment.