зеркало из https://github.com/mozilla/pjs.git
Bug 414575 - "The initial size of the library window cannot be specified" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a=blocking-firefox3+]
This commit is contained in:
Родитель
d9e68584b7
Коммит
e3082426e9
|
@ -73,7 +73,8 @@
|
|||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
onload="PlacesOrganizer.init();"
|
||||
onunload="PlacesOrganizer.destroy();"
|
||||
width="700" height="500" screenX="10" screenY="10"
|
||||
width="&places.library.width;" height="&places.library.height;"
|
||||
screenX="10" screenY="10"
|
||||
persist="width height screenX screenY sizemode">
|
||||
|
||||
<script type="application/x-javascript"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<!-- LOCALIZATION NOTE (places.library.title): use "Library", "Archive" or "Repository" -->
|
||||
<!ENTITY places.library.title "Library">
|
||||
<!ENTITY places.library.width "700">
|
||||
<!ENTITY places.library.height "500">
|
||||
<!ENTITY organize.label "Organize">
|
||||
<!ENTITY organize.accesskey "O">
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче