From 43c4091450197c09b54a04981a04c5b35d1ad220 Mon Sep 17 00:00:00 2001 From: JustOff Date: Sun, 23 Sep 2018 17:30:43 +0300 Subject: Remove window.sizeToContent() from commonDialog.js, as it's useless and leads to overflow in the basic auth dialog --- toolkit/components/prompts/content/commonDialog.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolkit/components/prompts/content/commonDialog.js b/toolkit/components/prompts/content/commonDialog.js index ef4686654..70b373d1f 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(); } -- cgit v1.2.3