You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/11/02 20:13:34 UTC

svn commit: r470479 - /incubator/roller/trunk/web/roller-ui/authoring/editors/xinha/my_config.js

Author: snoopdave
Date: Thu Nov  2 11:13:33 2006
New Revision: 470479

URL: http://svn.apache.org/viewvc?view=rev&rev=470479
Log:
Height less than 200 collapses Xinha

Modified:
    incubator/roller/trunk/web/roller-ui/authoring/editors/xinha/my_config.js

Modified: incubator/roller/trunk/web/roller-ui/authoring/editors/xinha/my_config.js
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/roller-ui/authoring/editors/xinha/my_config.js?view=diff&rev=470479&r1=470478&r2=470479
==============================================================================
--- incubator/roller/trunk/web/roller-ui/authoring/editors/xinha/my_config.js (original)
+++ incubator/roller/trunk/web/roller-ui/authoring/editors/xinha/my_config.js Thu Nov  2 11:13:33 2006
@@ -90,7 +90,7 @@
        ************************************************************************/
        
        xinha_editors.xe_content.config.height = '300px';
-       xinha_editors.xe_summary.config.height = '50px';
+       xinha_editors.xe_summary.config.height = '200px';
 
       /** STEP 6 ***************************************************************
        * Finally we "start" the editors, this turns the textareas into
@@ -100,4 +100,4 @@
       HTMLArea.startEditors(xinha_editors);
     }
 
-    window.onload = xinha_init;
\ No newline at end of file
+    window.onload = xinha_init;