changeset 3e2e71db6421 in modules/account_deposit:default
details: 
https://hg.tryton.org/modules/account_deposit?cmd=changeset;node=3e2e71db6421
description:
        Add missing xexpand and width attributes on boolean fields

        issue8245
        review283161002
diffstat:

 view/account_type_form.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 399f83ab6837 -r 3e2e71db6421 view/account_type_form.xml
--- a/view/account_type_form.xml        Sun Apr 07 19:50:02 2019 +0200
+++ b/view/account_type_form.xml        Thu Apr 11 15:04:34 2019 +0200
@@ -4,6 +4,6 @@
 <data>
     <xpath expr="//group[@id='checkboxes']" position="inside">
         <label name="deposit"/>
-        <field name="deposit"/>
+        <field name="deposit" xexpand="0" width="25"/>
     </xpath>
 </data>

Reply via email to