mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Bug 396635 - "Launch Application" dialog clips buttons on bottom. r=mfinkle, r=gavin, a=vlad
This commit is contained in:
parent
6e394cb9a3
commit
c0d15e9390
@ -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…
Reference in New Issue
Block a user