Modify ↓
Ticket #7462 (closed enhancement: fixed)
Opened 3 years ago
Last modified 2 years ago
MythUI <textarea> auto size
| Reported by: | jppoet@… | Owned by: | stuartm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.23 |
| Component: | MythTV - User Interface Library | Version: | head |
| Severity: | medium | Keywords: | MythUI textarea |
| Cc: | Ticket locked: | no |
Description
Adds <minsize> to <textarea>, <shape> and <imagetype>.
If <minsize> is specified in a <textarea>, the area needed for the actual text is calculated and the area of the button is adjusted. The size of the adjusted area is constrained between <minsize> and the full <area> of the <textarea>
If the text button has any shape or image siblings, the size of those siblings will be adjusted by the same amount, with the same constraints.
Attachments
Change History
Changed 3 years ago by jppoet@…
- Attachment MythUI-MinSize.diff added
Changed 3 years ago by John Patrick Poet <jppoet@…>
- Attachment MythUI-MinSize-v1.1.patch added
Updated for r22683
Changed 3 years ago by John Patrick Poet <jppoet@…>
- Attachment MythUI-SetText.patch added
Added for review, but probably not necessary
comment:2 Changed 2 years ago by danielk
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

MythUI textarea minsize