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:
parent
fb00c28278
commit
091762e072
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue