Closes #511, Popup note window should remember its size and position
This will actually persist the size and position on a per-note basis, which wasn't actually intentional, but, hey...
This commit is contained in:
parent
34af1dd400
commit
e40b99cb02
|
@ -7,6 +7,7 @@
|
|||
orient="vertical"
|
||||
width="400"
|
||||
height="250"
|
||||
persist="screenX screenY width height"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script src="include.js"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user