2015-10-03, 23:43
@minimoe Looks like these were some pretty easy issues to sort, and the fix will be included for items 1 and 3 in the next release.
Thanks for the bug report, and keep them coming if you find more stuff that looks out of place. I'll do my best to get them cleaned up.
(2015-10-03, 22:58)minimoe Wrote: - When searching for subtitles, the info bar and the time\end time stay on screen and hide part of the list of subtitles and a large part of the filenameFixed with: https://github.com/bumpaneer/skin.unity/...37f2f651c9
(2015-10-03, 22:58)minimoe Wrote: - The first and last home menu entries should be centered when selected. Now it is difficult to see if the last or the next-to-last item is selected.This is working as intended. Check Confluence for comparison. If you would like to change the behavior:
Code:
Inside Home.xml find:
<!--main menu-->
<control type="fixedlist" id="9000">
and change:
<movement>1</movement>
to:
<movement>0</movement>
(2015-10-03, 22:58)minimoe Wrote: - The info bar displays the info label instead of the info text. This happens when there is no tagline in the info screen (the genre of the film is displayed instead).Fixed with: https://github.com/bumpaneer/skin.unity/...48056ef459
Thanks for the bug report, and keep them coming if you find more stuff that looks out of place. I'll do my best to get them cleaned up.