[PE] Fix styles of insert shape component
This commit is contained in:
parent
4d4bcdfb83
commit
6c025e2381
|
@ -119,7 +119,7 @@
|
|||
<span class="btn-slot text x-huge slot-insertimg"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-insertchart"></span>
|
||||
</div>
|
||||
<div class="group flex small" id="slot-combo-insertshape"></div>
|
||||
<div class="group small" id="slot-combo-insertshape"></div>
|
||||
<div class="separator long"></div>
|
||||
<div class="group">
|
||||
<span class="btn-slot text x-huge slot-comment"></span>
|
||||
|
|
|
@ -1072,6 +1072,7 @@ define([
|
|||
|
||||
this.cmbInsertShape = new Common.UI.ComboDataViewShape({
|
||||
cls: 'combo-styles shapes',
|
||||
style: 'min-width: 140px;',
|
||||
itemWidth: 20,
|
||||
itemHeight: 20,
|
||||
menuMaxHeight: 640,
|
||||
|
|
Loading…
Reference in a new issue