Fix for zh lang
This commit is contained in:
parent
08e3e47fa1
commit
c64e6116fd
|
@ -111,7 +111,7 @@ define([
|
||||||
editable: false,
|
editable: false,
|
||||||
store: new Common.UI.BordersStore(),
|
store: new Common.UI.BordersStore(),
|
||||||
data: data,
|
data: data,
|
||||||
menuStyle: 'min-width: 150px;'
|
menuStyle: 'min-width: 160px;'
|
||||||
}, options));
|
}, options));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -209,7 +209,7 @@ define([
|
||||||
editable: true,
|
editable: true,
|
||||||
store: new Common.UI.BordersStore(),
|
store: new Common.UI.BordersStore(),
|
||||||
data: data,
|
data: data,
|
||||||
menuStyle: 'min-width: 150px;'
|
menuStyle: 'min-width: 160px;'
|
||||||
}, options));
|
}, options));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue