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 | 9958caa9295a4dcfbd47e0d745c4fe77c7a98734 (patch) | |
tree | 2873eceebe07387682f572fe02d7ae3bfe334da0 | |
parent | 804ae28f75d4d85ca94760294d1c6d85e3e5b76f (diff) | |
parent | a8f0f5cdc43aeb9e26103a4f8d682e782cc0558d (diff) | |
download | uxp-9958caa9295a4dcfbd47e0d745c4fe77c7a98734.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(); } |