Fixed shrinked tables on labels tab

* The tables on labels tab use now 100% of all avaliable widt avaliable widthh

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-11-30 11:04:12 +01:00
parent fb00c28278
commit 091762e072

View file

@ -22,9 +22,9 @@
assignedLabelsController = self.controller;
]]>
</zscript>
<vbox apply="${assignedLabelsController}" >
<vbox apply="${assignedLabelsController}" width="100%" >
<!-- Indirect labels -->
<vbox>
<vbox width="100%">
<panel title="${i18n:_('Indirect labels')}" border="normal">
<panelchildren>
<grid id="inheritedLabels" height="150px" fixedLayout="true"
@ -45,7 +45,7 @@
</vbox>
<!-- Direct labels -->
<vbox>
<vbox width="100%">
<panel title="${i18n:_('Direct labels')}" border="normal">
<panelchildren>
<newdatasortablegrid id="directLabels" height="200px" fixedLayout="true"