Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a15cfea

Browse files
committed
Remove default margin values from column spacing configuration fields
1 parent 3f69f61 commit a15cfea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod_bears_pricing_tables.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<option value="4">4</option>
6161
<option value="5">5</option>
6262
</field>
63-
<field name="bears_column_margin_x" type="textpx" default="20" label="MOD_BEARS_COLUMN_MARGINH" description="MOD_BEARS_COLUMN_MARGINH_DESC" />
64-
<field name="bears_column_margin_y" type="textpx" default="10" label="MOD_BEARS_COLUMN_MARGINV" description="MOD_BEARS_COLUMN_MARGINV_DESC" />
63+
<field name="bears_column_margin_x" type="textpx" default="" label="MOD_BEARS_COLUMN_MARGINH" description="MOD_BEARS_COLUMN_MARGINH_DESC" />
64+
<field name="bears_column_margin_y" type="textpx" default="" label="MOD_BEARS_COLUMN_MARGINV" description="MOD_BEARS_COLUMN_MARGINV_DESC" />
6565
<field name="bears_border_style" type="radio" default="none" label="MOD_BEARS_BORDER_STYLE" description="MOD_BEARS_BORDER_STYLE_DESC"
6666
class="btn-group">
6767
<option value="none">MOD_BEARS_BORDER_STYLE_NONE</option>

0 commit comments

Comments
 (0)