Fix mailaccount dialog with multiple account ident set breaks window sizing

This commit is contained in:
Hadi Nategh 2023-03-08 11:42:48 +01:00
parent f0a2a4608e
commit 7baab8b651

View File

@ -341,7 +341,7 @@
<row class="emailadmin_no_user dialogHeader2"> <row class="emailadmin_no_user dialogHeader2">
<et2-description for="account_id" value="Valid for"></et2-description> <et2-description for="account_id" value="Valid for"></et2-description>
<et2-hbox span="all"> <et2-hbox span="all">
<et2-select-account id="account_id" placeholder="Everyone" multiple="true" accountType="both"></et2-select-account> <et2-select-account id="account_id" placeholder="Everyone" multiple="true" accountType="both" rows="1"></et2-select-account>
<et2-checkbox label="account editable by user" id="acc_user_editable"></et2-checkbox> <et2-checkbox label="account editable by user" id="acc_user_editable"></et2-checkbox>
</et2-hbox> </et2-hbox>
</row> </row>