Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#7241 closed defect (invalid)

Clipping issues with QT

Reported by: Marc Randolph <mrand@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Forwarding from upstream running 0.22:

In "Watch Recordings" the right side of the highlight selector does not follow the actual selected item. I have updated to the below version and deleted everything in ~/.mythtv/themecache/.

Screenshot that better illustrated the problem:

http://launchpadlibrarian.net/32844280/Screenshot.png

OpenGL doesn't exhibit the same problems.

Change History (2)

comment:1 Changed 15 years ago by stuartm

Resolution: invalid
Status: newclosed

It's a theme problem, the <area> of the list is smaller than the buttons it contains, since that's not a theme in svn there isn't anything we can do.

comment:2 Changed 15 years ago by gbutters

Here is the code for that buttonlist it looks okay to me.

<buttonlist name="groups" from="basebuttonlist">

<area>15,86,434,338</area> <buttonarea>32,5,395,338</buttonarea> <spacing>6</spacing> <wrapstyle>items</wrapstyle> <statetype name="buttonitem">

<state name="active">

<textarea name="name" from="buttontext">

<font>basesmallgrey</font> <cutdown>yes</cutdown>

</textarea>

</state> <state name="inactive">

<textarea name="name" from="buttontext">

<font>basesmall</font>

</textarea>

</state> <state name="selected" from="inactive" />

</statetype> <statetype name="upscrollarrow">

<position>0,0</position>

</statetype> <statetype name="downscrollarrow">

<position>0,303</position>

</statetype>

</buttonlist>

Note: See TracTickets for help on using tickets.