@innovastudio/contentbox 1.6.49 → 1.6.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -13098,7 +13098,7 @@ class PanelBox {
|
|
|
13098
13098
|
<div class="adjustboxheight">
|
|
13099
13099
|
<div class="label mt-3">${out('Height')}:</div>
|
|
13100
13100
|
<div class="group" style="margin-top:5px">
|
|
13101
|
-
<button title="${out('
|
|
13101
|
+
<button title="${out('Lock')}" data-boxheight="set" style="width:75px">${out('Lock')}</button>
|
|
13102
13102
|
<button title="${out('Decrease')}" data-boxheight="-"><svg><use xlink:href="#icon-minus"></use></svg></button>
|
|
13103
13103
|
<button title="${out('Increase')}" data-boxheight="+"><svg><use xlink:href="#icon-plus2"></use></svg></button>
|
|
13104
13104
|
<button title="${out('Clear')}" data-boxheight=""><svg><use xlink:href="#icon-eraser"></use></svg></button>
|