Opened 18 years ago
Closed 18 years ago
#3524 closed enhancement (fixed)
extendedslidertext is difficult to use as implemented
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When I went to implement a way to get time remaining on the status bar I noticed that extendedslidertext was intended to provide it. Unfortunately, it is defined as the string "(<time> remaining)". This makes it very difficult to use without a monspaced font. My goal was to end up with a string like "<time> of <time> (<time> remaining)". Since the first part would change length for a variable size font, I couldn't figure out a way to place the extendedslidertext so it moved with the slidertext.
This patch makes extendedslidertext be the full string above. It didn't look like any of the themes were using extendedslidertext, so it didn't seem like a problem to redefine its meaning.
Let me know if there is a better way to do this.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | extdesc.patch added |
---|
comment:1 by , 18 years ago
Milestone: | unknown → 0.21 |
---|---|
Owner: | changed from | to
Version: | unknown → head |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
patch to make extdesc include desc and remaining time