Opened 14 years ago

Closed 14 years ago

#8033 closed patch (fixed)

Mythbuntu theme schedule screen textbox overflow

Reported by: Gary Butters <gbutters@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: Themes Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

https://bugs.launchpad.net/mythbuntu/+bug/490069

The description field in the mythbuntu theme recordings schedule editor is to long.

For fix change in schedule-ui.xml:

<window name="scheduleeditor">

... <textarea name="description" from="basetextarea">

<area>150,125,980,200</area>

to

<textarea name="description" from="basetextarea">

<area>150,125,980,100</area>

Attachments (1)

schedule-ui.xml.patch (450 bytes) - added by Gary Butters <gbutters@…> 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by Gary Butters <gbutters@…>

Attachment: schedule-ui.xml.patch added

comment:1 Changed 14 years ago by robertm

Resolution: fixed
Status: newclosed

(In [23489]) Close #8033.

Note: See TracTickets for help on using tickets.