Fixes shrinked boxes on Work Reports
FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
3705a88b0c
commit
d2f6b6c23f
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<vbox id="orderedListFieldsAndLabels">
|
||||
<vbox id="orderedListFieldsAndLabels" width="100%">
|
||||
<vbox id="containerMessageSortedLabelsAndFields">
|
||||
</vbox>
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
<column label="${i18n:_('Finish hour')}" width="80px" align="center"/>
|
||||
<column label="${i18n:_('Hours')}" width="80px" align="center"/>
|
||||
<column label="${i18n:_('Hours type')}" width="150px" align="center"/>
|
||||
<column label="${i18n:_('Work Report')}" width="80px" align="center"/>
|
||||
<column label="${i18n:_('Work Report')}" width="100%" align="center"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row self="@{each='queryWorkReportLine'}" value="@{queryWorkReportLine}">
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
</tabs>
|
||||
<tabpanels>
|
||||
<tabpanel>
|
||||
<vbox>
|
||||
<vbox width="100%">
|
||||
|
||||
<panel title="${i18n:_('Heading Fields')}" border="normal"
|
||||
style="overflow:auto">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue