Fix some sizing issues

This commit is contained in:
nathan 2022-07-22 13:31:13 -06:00
parent 4880a5ae74
commit 35178fec62
3 changed files with 8 additions and 6 deletions

View File

@ -14,7 +14,8 @@
<rows> <rows>
<row class="dialogHeader" height="28"> <row class="dialogHeader" height="28">
<appicon/> <appicon/>
<textbox id="title" size="75" maxlength="255" tabindex="1" class="et2_fullWidth" span="4" blur="Title" needed="true"/> <textbox id="title" maxlength="255" tabindex="1" class="et2_fullWidth" span="4" blur="Title"
needed="true"/>
</row> </row>
<row class="dialogHeader2" height="28"> <row class="dialogHeader2" height="28">
<description for="start" value="Start" width="88"/> <description for="start" value="Start" width="88"/>

View File

@ -206,16 +206,17 @@
<rows> <rows>
<row class="dialogHeader" height="28"> <row class="dialogHeader" height="28">
<description value="Title"/> <description value="Title"/>
<textbox id="title" needed="1" size="75" maxlength="255" tabindex="1" class="et2_fullWidth" span="5"/> <textbox id="title" needed="1" maxlength="255" tabindex="1" class="et2_fullWidth" span="5"/>
<description font_style="n" id="id"/> <description font_style="n" id="id"/>
<appicon/> <appicon/>
</row> </row>
<row class="dialogHeader2" height="28"> <row class="dialogHeader2" height="28">
<description for="start" value="Start" width="88"/> <description for="start" value="Start"/>
<date-time id="start" needed="1" class="required" onchange="app.calendar.edit_start_change"/> <date-time id="start" needed="1" class="required" onchange="app.calendar.edit_start_change"/>
<description for="duration" value="Duration" id="calendar_edit_duration" /> <description for="duration" value="Duration" id="calendar_edit_duration" />
<menulist> <menulist>
<menupopup statustext="Duration of the meeting" class="et2_fullWidth" id="duration" no_lang="1" onchange="app.calendar.set_enddate_visibility" options="Use end date,,,,,,,false"/> <menupopup statustext="Duration of the meeting" id="duration" no_lang="1"
onchange="app.calendar.set_enddate_visibility" options="Use end date,,,,,,,false"/>
</menulist> </menulist>
<date-time id="end" onchange="app.calendar.edit_update_participant"/> <date-time id="end" onchange="app.calendar.edit_update_participant"/>
</row> </row>

View File

@ -31,8 +31,8 @@ return false;"/>
<textbox type="hidden" id="first"/> <textbox type="hidden" id="first"/>
<textbox type="hidden" id="last"/> <textbox type="hidden" id="last"/>
<hrule/> <hrule/>
<select-cat id="cat_id" placeholder="All categories" width="86%" <select-cat id="cat_id" placeholder="All categories"
onchange="app.calendar.update_state({cat_id: widget.getValue()});" expand_multiple_rows="4"/> onchange="app.calendar.update_state({cat_id: widget.getValue()});"/>
<select id="status_filter" no_lang="true" class="et2_fullWidth" <select id="status_filter" no_lang="true" class="et2_fullWidth"
onchange="app.calendar.update_state({status_filter: widget.getValue()});"/> onchange="app.calendar.update_state({status_filter: widget.getValue()});"/>
<hrule/> <hrule/>