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