Fix broken select account in compose dialog

This commit is contained in:
Hadi Nategh 2022-07-12 11:22:30 +02:00
parent 7f7b5282aa
commit 734de06406

View File

@ -31,7 +31,7 @@
<rows>
<row class="mailComposeHeaders" >
<description value="From"/>
<menupopup id="mailaccount" onchange="app.mail.submitOnChange" class="et2_fullWidth"/>
<select id="mailaccount" onchange="app.mail.submitOnChange" class="et2_fullWidth"/>
<vbox>
<description id="replyto_expander" value="Reply to" class="et2_button_text" onclick="app.mail.compose_fieldExpander"/>
<description id="folder_expander" value="Folder" class="et2_button_text" onclick="app.mail.compose_fieldExpander"/>