Remove size from textbox as it would literally set a width for the input field

This commit is contained in:
Hadi Nategh 2022-08-10 13:35:55 +02:00
parent 75a263a047
commit e7bf61e9f4

View File

@ -96,7 +96,7 @@
<rows> <rows>
<row disabled="@ts_viewtype" class="dialogHeader"> <row disabled="@ts_viewtype" class="dialogHeader">
<description value="Title" for="ts_title"/> <description value="Title" for="ts_title"/>
<textbox blur="@ts_title_blur" id="ts_title" size="65" maxlength="255" class="et2_fullWidth et2_required" tabindex="1" span="4"/> <textbox blur="@ts_title_blur" id="ts_title" maxlength="255" class="et2_fullWidth et2_required" tabindex="1" span="4"/>
<textbox type="integer" id="ts_id" readonly="true"/> <textbox type="integer" id="ts_id" readonly="true"/>
<appicon src="timesheet"/> <appicon src="timesheet"/>
</row> </row>