diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-09-25 20:44:26 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-09-25 20:44:26 +0200 |
commit | e3508f55bed8a463d298021633dbc7d079c9d764 (patch) | |
tree | 2873eceebe07387682f572fe02d7ae3bfe334da0 | |
parent | 575f07db09d65058f0ec11c22246ed6309abdabf (diff) | |
parent | 8d3931df24d84194bbab474f6618e63eb4fd603b (diff) | |
download | uxp-e3508f55bed8a463d298021633dbc7d079c9d764.tar.gz |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
-rw-r--r-- | toolkit/components/prompts/content/commonDialog.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/components/prompts/content/commonDialog.js b/toolkit/components/prompts/content/commonDialog.js index ef46866542..70b373d1f2 100644 --- a/toolkit/components/prompts/content/commonDialog.js +++ b/toolkit/components/prompts/content/commonDialog.js @@ -50,8 +50,6 @@ function commonDialogOnLoad() { Dialog = new CommonDialog(args, ui); Dialog.onLoad(dialog); - // resize the window to the content - window.sizeToContent(); window.getAttention(); } |