Bug 396635 - "Launch Application" dialog clips buttons on bottom. r=mfinkle, r=gavin, a=vlad
git-svn-id: svn://10.0.0.236/trunk@238224 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8694706672
commit
30e4d94aa4
@ -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">
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user