mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 11:17:40 +08:00
Missing padding in the Email history screen #1075
This commit is contained in:
parent
e63b847b4e
commit
934b44b7b4
@ -70,24 +70,26 @@
|
||||
</table>
|
||||
</vbox>
|
||||
|
||||
<scrollBox width="100%" height="100%" margin="false;false;false;true">
|
||||
<fieldGroup id="fg" datasource="sendingMessageDs" editable="false" border="visible" width="100%">
|
||||
<column width="100%">
|
||||
<field id="address"/>
|
||||
<field id="from"/>
|
||||
<field id="caption"/>
|
||||
<field id="contentText" custom="true"/>
|
||||
<field id="bodyContentType"/>
|
||||
<field id="status"/>
|
||||
<field id="attachmentsName"/>
|
||||
<field id="dateSent"/>
|
||||
<field id="updateTs"/>
|
||||
<field id="deadline"/>
|
||||
<field id="attemptsCount"/>
|
||||
<field id="attemptsMade"/>
|
||||
</column>
|
||||
</fieldGroup>
|
||||
</scrollBox>
|
||||
<vbox id="rightBox" width="100%" height="100%" margin="false;false;false;true">
|
||||
<scrollBox width="100%" height="100%">
|
||||
<fieldGroup id="fg" datasource="sendingMessageDs" editable="false" border="visible" width="100%">
|
||||
<column width="100%">
|
||||
<field id="address"/>
|
||||
<field id="from"/>
|
||||
<field id="caption"/>
|
||||
<field id="contentText" custom="true"/>
|
||||
<field id="bodyContentType"/>
|
||||
<field id="status"/>
|
||||
<field id="attachmentsName"/>
|
||||
<field id="dateSent"/>
|
||||
<field id="updateTs"/>
|
||||
<field id="deadline"/>
|
||||
<field id="attemptsCount"/>
|
||||
<field id="attemptsMade"/>
|
||||
</column>
|
||||
</fieldGroup>
|
||||
</scrollBox>
|
||||
</vbox>
|
||||
</split>
|
||||
</layout>
|
||||
</window>
|
Loading…
Reference in New Issue
Block a user