Change default behavior of multiline textbox resize

This commit is contained in:
Hadi Nategh 2014-12-05 13:39:21 +00:00
parent d66a339127
commit 78784a28e6
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@
</hbox>
</template>
<template id="calendar.edit.description" template="" lang="" group="0" version="1.0.1.001">
<textbox multiline="true" id="description" resize_ratio="1" rows="12" cols="70" width="99%" height="240"/>
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="240"/>
</template>
<template id="calendar.edit.participants" template="" lang="" group="0" version="1.9.001">
<grid width="99%" height="250" overflow="auto" id="participants">

View File

@ -2,7 +2,7 @@
<!-- $Id$ -->
<overlay>
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
<textbox multiline="true" resize_ratio="1" id="info_des" no_lang="1" width="99%" height="243px"/>
<textbox multiline="true" id="info_des" no_lang="1" width="99%" height="243px"/>
</template>
<template id="infolog.edit.links" template="" lang="" group="0" version="1.3.001">
<grid width="100%" height="245" overflow="auto">

View File

@ -53,7 +53,7 @@
</grid>
</template>
<template id="timesheet.edit.notes" template="" lang="" group="0" version="1.5.001">
<textbox multiline="true" height="120" id="ts_description" resize_ratio="1" rows="9" cols="70" class="et2_fullWidth"/>
<textbox multiline="true" height="120" id="ts_description" rows="9" cols="70" class="et2_fullWidth"/>
</template>
<template id="timesheet.edit.links" template="" lang="" group="0" version="0.1.001">
<grid width="100%" height="165" overflow="auto">