mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 13:54:27 +00:00
dialog height fix
This commit is contained in:
parent
faec44f104
commit
5a8401945d
@ -8,7 +8,7 @@
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
orient="vertical"
|
||||
onload="commonDialogOnLoad()"
|
||||
style="width: 40em; height: 8em; user-focus: ignore;"
|
||||
style="width: 40em; min-height: 8em; user-focus: ignore;"
|
||||
class="dialog">
|
||||
|
||||
<script language="JavaScript" src="chrome://global/content/commonDialog.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user