From 071809b68be9c086ecc39bdf34440c8b6e128784 Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Sat, 27 Aug 2005 03:36:40 +0000 Subject: [PATCH] Bug 300988: Move dialog in bookmarks manager doesn't persist it's size, r=mconnor git-svn-id: svn://10.0.0.236/trunk@179121 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/bookmarks/content/addBookmark.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/browser/components/bookmarks/content/addBookmark.js b/mozilla/browser/components/bookmarks/content/addBookmark.js index 6d2de8f47eb..eee0a9eb2ea 100644 --- a/mozilla/browser/components/bookmarks/content/addBookmark.js +++ b/mozilla/browser/components/bookmarks/content/addBookmark.js @@ -118,7 +118,6 @@ function Startup() document.getElementById("bookmarknamegrid").setAttribute("hidden", "true"); document.getElementById("createinseparator").setAttribute("hidden", "true"); document.getElementById("nameseparator").setAttribute("hidden", "true"); - sizeToFit(); document.title = document.documentElement.getAttribute("title-selectFolder"); shouldSetOKButton = false; if (window.arguments[2])