Fix participant field gets shrunk when invalidation message appears in calendar edit

This commit is contained in:
Hadi Nategh 2016-04-21 07:47:19 +00:00
parent e869788263
commit 25faa3a94d

View File

@ -56,9 +56,7 @@
<row class="th"></row> <row class="th"></row>
<row disabled="@no_add" height="35" class="et2_toolbar"> <row disabled="@no_add" height="35" class="et2_toolbar">
<button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/> <button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/>
<hbox span="2"> <calendar-owner id="participant" allowFreeEntries="true" span="2" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
<calendar-owner id="participant" allowFreeEntries="true" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
</hbox>
<textbox type="integer" align="center" id="quantity" min="1" size="3"/> <textbox type="integer" align="center" id="quantity" min="1" size="3"/>
<menulist> <menulist>
<menupopup class="selectRole" id="role"/> <menupopup class="selectRole" id="role"/>