mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
linux filepicker should remember size when it's resized. Bug 159131,
r=caillon, sr=jag
This commit is contained in:
parent
faf019ce38
commit
c4767d7ea6
@ -38,7 +38,7 @@
|
||||
width="426" height="300"
|
||||
ondialogaccept="return selectOnOK();"
|
||||
ondialogcancel="return onCancel();"
|
||||
persist="screenX screenY">
|
||||
persist="screenX screenY width height">
|
||||
|
||||
<stringbundle id="bundle_filepicker" src="chrome://global/locale/filepicker.properties"/>
|
||||
<script type="application/x-javascript" src="chrome://global/content/filepicker.js"/>
|
||||
|
Loading…
Reference in New Issue
Block a user