stoli / Metropolis

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

Break up text in DialogProgress by line breaks if Lines 2 and/or 3 aren't explicitly populated #314

Closed jingai closed 9 years ago

jingai commented 9 years ago

They changed this to one big textbox instead of three separate labels. The progress dialog in Metropolis however places these horizontally next to each other on one line.

The YouTube addon (for example, there are others I'm sure) has switched over to this and no longer populates the 2nd and 3rd labels. Instead, they insert line breaks. We could break these up though and maybe make it work.