[SSE] For Bug 52427
This commit is contained in:
parent
e436fe3876
commit
f85784c49a
|
@ -341,5 +341,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.combo-slicer-style {
|
.combo-slicer-style {
|
||||||
.combo-textart(61px, 4px);
|
.combo-textart(60px, 4px);
|
||||||
}
|
}
|
|
@ -692,7 +692,7 @@ define([
|
||||||
if (!this.btnSlicerStyle) {
|
if (!this.btnSlicerStyle) {
|
||||||
this.btnSlicerStyle = new Common.UI.ComboDataView({
|
this.btnSlicerStyle = new Common.UI.ComboDataView({
|
||||||
itemWidth: 36,
|
itemWidth: 36,
|
||||||
itemHeight: 49,
|
itemHeight: 48,
|
||||||
menuMaxHeight: 235,
|
menuMaxHeight: 235,
|
||||||
enableKeyEvents: true,
|
enableKeyEvents: true,
|
||||||
cls: 'combo-slicer-style',
|
cls: 'combo-slicer-style',
|
||||||
|
|
Loading…
Reference in a new issue