JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.3
[ckeditor.git] / _source / plugins / tabletools / dialogs / tableCell.js
index 7266890..d37cd10 100644 (file)
@@ -73,7 +73,7 @@ CKEDITOR.dialog.add( 'cellProperties', function( editor )
                return {\r
                        title : langCell.title,\r
                        minWidth : CKEDITOR.env.ie && CKEDITOR.env.quirks? 450 : 410,\r
-                       minHeight : CKEDITOR.env.ie && CKEDITOR.env.quirks?  230 : 200,\r
+                       minHeight : CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.quirks )?  230 : 200,\r
                        contents : [\r
                                {\r
                                        id : 'info',\r