Skip to content

Commit

Permalink
don't specify the width and height, so the dialog resizes to content.
Browse files Browse the repository at this point in the history
  • Loading branch information
sspitzer%netscape.com committed Oct 8, 1999
1 parent 85fe25d commit 4954520
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions profile/resources/content/renameProfile.xul
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&title;" width="300" height="120">
class="dialog"
title="&title;">

<html:div flex="100%">

<html:center>
<html:div>&intro;</html:div>
<html:input type="text" id="NewName" size="20" />
<html:br />
<html:br />
<html:br/>
<html:br/>
<titledbutton value="&ok.label;" class="push" onclick="opener.RenameProfile(window);window.close();" />
<titledbutton value="&cancel.label;" class="push" onclick="window.close();" />
</html:center>
Expand Down

0 comments on commit 4954520

Please sign in to comment.