diff --git a/plugins/table/dialogs/table.js b/plugins/table/dialogs/table.js
index e0d17d5..f96d082 100644
|
a
|
b
|
For licensing, see LICENSE.html or http://ckeditor.com/license |
| 321 | 321 | id : 'txtWidth', |
| 322 | 322 | style : 'width:5em', |
| 323 | 323 | label : e.lang.table.width, |
| 324 | | 'default' : 200, |
| | 324 | 'default' : 100, |
| 325 | 325 | validate : CKEDITOR.dialog.validate |
| 326 | 326 | .number(e.lang.table.invalidWidth), |
| 327 | 327 | onLoad : function() { |
| … |
… |
For licensing, see LICENSE.html or http://ckeditor.com/license |
| 359 | 359 | type : 'select', |
| 360 | 360 | label : e.lang.table.widthUnit, |
| 361 | 361 | labelStyle : 'visibility:hidden', |
| 362 | | 'default' : 'pixels', |
| | 362 | 'default' : 'percents', |
| 363 | 363 | items : [ |
| 364 | 364 | [ |
| 365 | 365 | e.lang.table.widthPx, |