Changeset 1128

Show
Ignore:
Timestamp:
2007-11-28 05:05:09 (2 years ago)
Author:
martinkou
Message:

Fixed #1579 : Fixed the table properties dialog width as well.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fckcommands.js

    r1127 r1128  
    6666                case 'Smiley'           : oCommand = new FCKDialogCommand( 'Smiley'             , FCKLang.DlgSmileyTitle                , 'dialog/fck_smiley.html'              , FCKConfig.SmileyWindowWidth, FCKConfig.SmileyWindowHeight ) ; break ; 
    6767                case 'Table'            : oCommand = new FCKDialogCommand( 'Table'              , FCKLang.DlgTableTitle                 , 'dialog/fck_table.html'               , 480, 250 ) ; break ; 
    68                 case 'TableProp'        : oCommand = new FCKDialogCommand( 'Table'              , FCKLang.DlgTableTitle                 , 'dialog/fck_table.html?Parent', 400, 250 ) ; break ; 
     68                case 'TableProp'        : oCommand = new FCKDialogCommand( 'Table'              , FCKLang.DlgTableTitle                 , 'dialog/fck_table.html?Parent', 480, 250 ) ; break ; 
    6969                case 'TableCellProp': oCommand = new FCKDialogCommand( 'TableCell'      , FCKLang.DlgCellTitle                  , 'dialog/fck_tablecell.html'   , 550, 250 ) ; break ; 
    7070 
  • FCKeditor/trunk/_whatsnew.html

    r1126 r1128  
    141141                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1578">#1578</a>] The editor 
    142142                        will now scroll correctly when hitting enter in front of a paragraph.</li> 
     143                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1579">#1579</a>] Fixed the issue where the 
     144                        create table and table properties dialogs are too narrow for certain translations.</li> 
    143145        </ul> 
    144146        <h3>