guy 7 years ago
parent
commit
ba7315ac15
  1. 2
      bi/case.js
  2. 2
      docs/case.js
  3. 2
      src/case/segment/button.segment.js

2
bi/case.js

@ -9902,7 +9902,7 @@ BI.SegmentButton = BI.inherit(BI.BasicButton, {
baseCls: (conf.baseCls || "") + ' bi-segment-button bi-list-item-active',
shadow: true,
readonly: true,
hgap: 10
hgap: 5
})
},

2
docs/case.js

@ -9902,7 +9902,7 @@ BI.SegmentButton = BI.inherit(BI.BasicButton, {
baseCls: (conf.baseCls || "") + ' bi-segment-button bi-list-item-active',
shadow: true,
readonly: true,
hgap: 10
hgap: 5
})
},

2
src/case/segment/button.segment.js

@ -13,7 +13,7 @@ BI.SegmentButton = BI.inherit(BI.BasicButton, {
baseCls: (conf.baseCls || "") + ' bi-segment-button bi-list-item-active',
shadow: true,
readonly: true,
hgap: 10
hgap: 5
})
},

Loading…
Cancel
Save