Created
June 5, 2012 15:53
-
-
Save tinganho/2875887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/editors/ckeditor.inc b/editors/ckeditor.inc | |
index 896fc84..dc76a33 100644 | |
--- a/editors/ckeditor.inc | |
+++ b/editors/ckeditor.inc | |
@@ -130,8 +130,8 @@ function wysiwyg_ckeditor_settings($editor, $config, $theme) { | |
'baseHref' => $GLOBALS['base_url'] . '/', | |
'width' => '100%', | |
// For better compatibility with smaller textareas. | |
- 'resize_minWidth' => 450, | |
- 'height' => 420, | |
+ 'resize_minWidth' => 210, | |
+ 'height' => 210, | |
// @todo Do not use skins as themes and add separate skin handling. | |
'theme' => 'default', | |
'skin' => !empty($theme) ? $theme : 'kama', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment