Feature #297
WTextArea default style improvement
| Status: | New | Start: | 02/15/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assigned to: | Koen Deforche | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
I think in most of the use cases one would avoid to set the number of columns, and would expect instead that the textarea resizes depending on the surroundings etc.
So I would purpose to set on the constructor of WTextArea sthg. like: resize(WLength(99, WLength::Percentage), WLength::Auto) (from the mail example). Eventually remove this setting when user calls setColumns, etc.