← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 490069] Re: Mythbuntu theme schedule screen textbox overflow

 

** Changed in: myththemes
       Status: Unknown => Fix Released

-- 
Mythbuntu theme schedule screen textbox overflow
https://bugs.launchpad.net/bugs/490069
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.

Status in Mythbuntu, Ubuntu derivative focused upon MythTV: Fix Committed
Status in MythTV Themes (Official): Fix Released

Bug description:
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>

Bug applies to mythtv-theme-mythbuntu 1:0.22.0+fixes 22890-0ubuntu0+mythbuntu3 but is likely also in the original package.