config/initializers/tinymce_hammer.rb in alchemy_cms-2.0.rc3 vs config/initializers/tinymce_hammer.rb in alchemy_cms-2.0.rc4

- old
+ new

@@ -16,9 +16,10 @@ :content_css => "/stylesheets/alchemy/alchemy_tinymce_content.css", :dialog_type => "modal", :width => "100%", :theme_advanced_resizing => true, :theme_advanced_resize_horizontal => false, + :theme_advanced_resizing_min_height => '185', :theme_advanced_toolbar_align => 'left', :theme_advanced_toolbar_location => 'top', :theme_advanced_statusbar_location => 'bottom', :theme_advanced_buttons1 => 'bold,italic,underline,strikethrough,sub,sup,|,numlist,bullist,indent,outdent,|,alchemy_link,unlink,|,removeformat,cleanup,|,fullscreen', :theme_advanced_buttons2 => 'pastetext,pasteword,charmap,code,help',