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