Ticket #3787: 3787.patch

File 3787.patch, 635 bytes (added by Artur Formella, 16 years ago)
  • _source/plugins/table/dialogs/table.js

     
    2222
    2323                return {
    2424                        title : editor.lang.table.title,
    25                         minWidth : 250,
     25                        minWidth : 310,
    2626                        minHeight : CKEDITOR.env.ie ? 295 : 280,
    2727                        onShow : function()
    2828                        {
     
    202202                                        [
    203203                                                {
    204204                                                        type : 'hbox',
    205                                                         widths : [ null, '1%' ],
     205                                                        widths : [ null, null ],
    206206                                                        styles : [ 'vertical-align:top' ],
    207207                                                        children :
    208208                                                        [
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy