From 5045f5074b66b6cdad4466d3db7cf050e2e9e335 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Thu, 27 Jul 2006 14:50:02 +0000 Subject: [PATCH] Fix initial size (bug 37724) by adding size attributes to window tag. Persist dialog size. --- suite/common/sidebar/customize.xul | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/suite/common/sidebar/customize.xul b/suite/common/sidebar/customize.xul index 1dc768fc95f6..767d9ad79c84 100644 --- a/suite/common/sidebar/customize.xul +++ b/suite/common/sidebar/customize.xul @@ -29,10 +29,13 @@ xmlns:html="http://www.w3.org/TR/REC-html40" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="Init();" + id="main-window" class="color-dialog" title="&sidebar.customize.title.label;" windowtype="sidebar:customize" - align="vertical"> + align="vertical" + width="450" height="400" + persist="screenX screenY width height"> @@ -128,10 +131,12 @@ - -