persist window dimension changes
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 Jun 2008 20:05:20 +0000 (20:05 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 Jun 2008 20:05:20 +0000 (20:05 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9799 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/volume_editor.xul

index a9316ff..4e4bafd 100644 (file)
@@ -20,7 +20,7 @@
 
 <window id="cat_volume_editor_win" 
        onload="try { my_init(); font_helper(); } catch(E) { alert(E); }"
-       title="Volumes" height="400" width="300"
+       title="Volumes" height="400" width="300" persist="height,width"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
        <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->