Bug 396635 - "Launch Application" dialog clips buttons on bottom. r=mfinkle, r=gavin, a=vlad

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-10-26 13:20:12 -07:00
parent c4358e7284
commit d9c11fe00f
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!ENTITY window.width "320">
<!ENTITY window.height "250">
<!ENTITY window.emWidth "26em">
<!ENTITY window.emHeight "26em">
<!ENTITY ChooseApp.description "Choose an Application">
<!ENTITY ChooseApp.label "Choose...">
<!ENTITY ChooseApp.accessKey "C">

View File

@ -44,8 +44,8 @@
<dialog id="handling"
ondialogaccept="return dialog.onAccept();"
onload="dialog.initialize();"
width="&window.width;" height="&window.height;"
persist="width height screenX screenY sizemode"
style="min-width: &window.emWidth;; min-height: &window.emHeight;;"
persist="width height screenX screenY"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://mozapps/content/handling/dialog.js" type="application/javascript"/>