forked from extern/egroupware
Set width and height for textarea in sieve vacation popup
This commit is contained in:
parent
70f71c09ff
commit
380b5bae2d
@ -42,7 +42,7 @@
|
|||||||
<description value="With message:"/>
|
<description value="With message:"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<vbox>
|
<vbox>
|
||||||
<textbox multiline="true" id="text" width="40%"/>
|
<textbox multiline="true" id="text" width="99%" height="150px"/>
|
||||||
<description id="by_date_label" value="You can use $$start$$ for the above start date and $$end$$ for the end date."/>
|
<description id="by_date_label" value="You can use $$start$$ for the above start date and $$end$$ for the end date."/>
|
||||||
</vbox>
|
</vbox>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
Reference in New Issue
Block a user