# HG changeset patch # User Sverre Rabbelier # Date 1237845290 0 # Node ID 55cf79b8cffed429be6d98ba577aa0b3123c98e4 # Parent ae53f21abb9b274a2ac6901c1e124fba9e4d9be2 Enable resizing in the TinyMCE widget Patch by: Sverre Rabbelier diff -r ae53f21abb9b -r 55cf79b8cffe app/soc/views/helper/widgets.py --- a/app/soc/views/helper/widgets.py Mon Mar 23 20:15:17 2009 +0000 +++ b/app/soc/views/helper/widgets.py Mon Mar 23 21:54:50 2009 +0000 @@ -94,7 +94,10 @@ 'theme_advanced_buttons1': features1, 'theme_advanced_buttons2': features2, 'theme_advanced_buttons3': '', + 'theme_advanced_resizing': True, 'theme_advanced_toolbar_location': "top", + 'theme_advanced_statusbar_location': "bottom", + 'theme_advanced_path' : False, 'theme_advanced_toolbar_align': "left", 'relative_urls': 0, 'remove_script_host': 0,