[mythtv-commits] Ticket #8033: Mythbuntu theme schedule screen textbox overflow
MythTV
mythtv at cvs.mythtv.org
Sat Feb 6 07:06:24 UTC 2010
#8033: Mythbuntu theme schedule screen textbox overflow
----------------------------------------------+-----------------------------
Reporter: Gary Butters <gbutters@…> | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: Themes | Version: unknown
Severity: medium | Mlocked: 0
----------------------------------------------+-----------------------------
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>
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/8033>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list