stoli / Metropolis

Continuation of Metropolis skin for XBMC
Other
23 stars 21 forks source link

YouTube (Beta) addon sign-in code hidden in DialogProgress #285

Closed jingai closed 9 years ago

jingai commented 9 years ago

The progress bar (since Gotham, iirc) had been changed to one big textbox (ID=9) instead of 3 separate labels (IDs 1, 2, and 3). Since the progress bar in Metropolis displayed as a single line at the top of the screen, this is actually somewhat annoying..

..the real fix is to make it a centered window on the screen, but for now it seems adding another label with ID=4 works. So there is probably some backward-compatibility code in Kodi that splits them up on line-breaks or something.

Going to keep it like this until it breaks again and then revisit the issue.