[SSE] Change size of cell styles.
This commit is contained in:
parent
963202b919
commit
5aa30fba44
|
@ -598,7 +598,7 @@ define([
|
||||||
me.listStyles = new Common.UI.ComboDataView({
|
me.listStyles = new Common.UI.ComboDataView({
|
||||||
cls : 'combo-styles',
|
cls : 'combo-styles',
|
||||||
enableKeyEvents : true,
|
enableKeyEvents : true,
|
||||||
itemWidth : 104,
|
itemWidth : 112,
|
||||||
itemHeight : 38,
|
itemHeight : 38,
|
||||||
hint : this.tipCellStyle,
|
hint : this.tipCellStyle,
|
||||||
menuMaxHeight : 226,
|
menuMaxHeight : 226,
|
||||||
|
|
Loading…
Reference in a new issue