Skip to content

Commit

Permalink
Merge pull request ngageoint#462 in WV/opensphere from ~ROTHM/opensph…
Browse files Browse the repository at this point in the history
…ere:THIN-12187 to release

* commit '8a339278362a60e13824db6f7952f6e7387c2873':
  fix(editrequestparams): initial window size is too small
  • Loading branch information
rothmike committed Sep 24, 2018
2 parents 6dd451d + 0389ab4 commit b1cd667
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/plugin/params/editrequestparams.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,11 @@ plugin.params.launchParamsEdit = function(layer, params) {
'key': 'editparams',
'x': 'center',
'y': 'center',
'width': 400,
'min-width': 400,
'width': 450,
'min-width': 450,
'max-width': 0,
'height': 200,
'height': 350,
'min-height': 250,
'show-close': true,
'modal': true
};
Expand Down

0 comments on commit b1cd667

Please sign in to comment.