mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 396635 - "Launch Application" dialog clips buttons on bottom. r=mfinkle, r=gavin, a=vlad
This commit is contained in:
parent
c4358e7284
commit
d9c11fe00f
@ -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