Fix i18n for the docking system.

This commit is contained in:
Dave Page
2015-03-03 10:51:29 +00:00
parent eef0a48823
commit cd059aaea3
6 changed files with 163 additions and 51 deletions

View File

@@ -606,7 +606,7 @@ wcPanel.prototype = {
var data = {};
data.type = 'wcPanel';
data.panelType = this._type;
data.title = this._title;
// data.title = this._title;
// data.minSize = {
// x: this._minSize.x,
// y: this._minSize.y,
@@ -629,7 +629,7 @@ wcPanel.prototype = {
// Restores a previously saved configuration.
__restore: function(data, docker) {
this._title = data.title;
// this._title = data.title;
// this._minSize.x = data.minSize.x;
// this._minSize.y = data.minSize.y;
// this._maxSize.x = data.maxSize.x;