textbox-multiline-resize.xul 278 B

123456
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window align="start" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4. <textbox style="margin: 0;" resizable="true" multiline="true" width="100" height="100"/>
  5. </window>