Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11821 closed Bug Report - General (fixed)
The program guide grid text no longer align's vertically properly.
Reported by: | Owned by: | Jim Stichnoth | |
---|---|---|---|
Priority: | blocker | Milestone: | 0.27 |
Component: | MythTV - User Interface Library | Version: | Master Head |
Severity: | high | Keywords: | |
Cc: | Ticket locked: | no |
Description
The guide grid text no longer align's vertically in each row it start's down about one third the way. If you have more than one line of text it ends up cutting off part of the next row unless you use really small text. You are unable to correct the problem with the text offset option.
<guidegrid name="guidegrid">
<area>240,83,1015,366</area> <layout>horizontal</layout> <channels>6</channels> <timeslots>5</timeslots> <solidcolor>#003256</solidcolor> <selector type="roundbox" linecolor="#d6d6d6" /> <showcategories>yes</showcategories> <categoryalpha>130</categoryalpha> <recordingcolor>#00aa00</recordingcolor> <conflictingcolor>#ff6600</conflictingcolor> <cutdown>no</cutdown> <multiline>yes</multiline> <textoffset>6,7</textoffset>
Right now the only choice as a themer is to use only one line are really small text.
This was working until recently I know it was still working back on 8/24.
I have checked this in my own theme TintedGlass? and also Mythbuntu and Blue Abstract. On both TintedGlass? and Mythbuntu the second line gets cut off on Blue Abstract it shows both lines because it uses smaller text but even then the text is no where near centered.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | MythTV - General → MythTV - User Interface Library |
---|---|
Milestone: | unknown → 0.27 |
Owner: | set to Jim Stichnoth |
Priority: | minor → blocker |
Severity: | medium → high |
Status: | new → accepted |
I thought that MythPainter::DrawTextPriv?() was currently only used for caption text. I will take a closer look. Thanks for tracking down the commit.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
I identified the commit that broke this.
commit 3325c09b2fc070179047f678a02ee6feaed5cfd7
http://code.mythtv.org/cgit/mythtv/commit/?id=3325c09b2fc070179047f678a02ee6feaed5cfd7