Fix height of folder & user selection in mail acl dialog

This commit is contained in:
Hadi Nategh 2017-03-14 16:53:01 +01:00
parent 3cd15c6b3c
commit 8c9bbcf777

View File

@ -14,7 +14,7 @@
</row>
<row>
<description value="Folder"/>
<taglist id="mailbox" width="100%" maxSelection="1" allowFreeEntries="false" onchange='app.mail.acl_folderChange'/>
<taglist id="mailbox" width="100%" maxSelection="1" height="150" multiple="false" allowFreeEntries="false" onchange='app.mail.acl_folderChange'/>
</row>
<row>
<description value="Rights"/>
@ -51,7 +51,7 @@
<description value="Action"/>
</row>
<row class="row">
<taglist-account id="${row}[acc_id]" allowFreeEntries="true" maxSelection="1" account_type="@account_type" />
<taglist-account id="${row}[acc_id]" allowFreeEntries="true" maxSelection="1" height="70" account_type="@account_type" />
<menulist>
<menupopup id="${row}[acl]" onchange="app.mail.acl_common_rights_selector"/>
</menulist>