Improve alignment of qualitative and quantitative test line forms.

This commit is contained in:
Albert Cervera i Areny 2014-07-01 17:04:43 +02:00
parent 30d065b461
commit a98e1ed39c
2 changed files with 14 additions and 16 deletions

View File

@ -2,12 +2,12 @@
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<form string="Qualitative Test Line">
<group col="6" colspan="4" id="name">
<label name="name"/>
<field name="name"/>
<label name="test"/>
<field name="test"/>
</group>
<label name="test"/>
<field name="test" colspan="3"/>
<label name="name"/>
<field name="name"/>
<label name="success"/>
<field name="success"/>
<label name="method"/>
<field name="method"/>
<label name="proof"/>
@ -16,8 +16,6 @@ contains the full copyright notices and license terms. -->
<field name="test_value"/>
<label name="value"/>
<field name="value"/>
<label name="success"/>
<field name="success"/>
<newline/>
<separator name="external_description" colspan="2"/>
<separator name="internal_description" colspan="2"/>

View File

@ -2,17 +2,16 @@
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<form string="Quantitative Test Line">
<group col="6" colspan="4" id="name">
<label name="name"/>
<field name="name"/>
<label name="test"/>
<field name="test"/>
</group>
<label name="test"/>
<field name="test" colspan="3"/>
<label name="name"/>
<field name="name" colspan="3"/>
<label name="proof"/>
<field name="proof"/>
<label name="method"/>
<field name="method"/>
<group string="Range" colspan="4" col="6" id="range">
<separator string="Range" colspan="4"/>
<group colspan="4" col="6" id="range">
<label name="unit_range"/>
<field name="unit_range"/>
<label name="min_value"/>
@ -20,7 +19,8 @@ contains the full copyright notices and license terms. -->
<label name="max_value"/>
<field name="max_value"/>
</group>
<group string="Test Value" col="6" colspan="4" id="value">
<separator string="Test Value" colspan="4"/>
<group col="6" colspan="4" id="value">
<label name="value"/>
<field name="value"/>
<label name="unit"/>