Gazjam;545093 Wrote: > > I'm wondering if its possible that this automatic scaling does NOT > happen (or at least have the option to switch it off in the settings?) > so that the text is maximum size...even in playlist view. > All you want really is a quick look at the playlist to see whats coming > up..and if the text is too small it takes longer, which lessens the > experience. > > Is it a case of switching a parameter off in the code to achieve this, > or would it be more difficult? > My guess is that it's pretty simple if you aren't scared of modifing the code. Of course, before you do that, someone should register an enhancement request to change the style to the same as the Favorites window in the large font IR skin.
I'm not sure if there is a specific style for the playlist window, it might be the same style as used for all multiple row menus, in that case a change would also affect the standard browse menus. If anyone wants to investigate this, it's probably a good place to start looking at: - share/jive/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua which defines all window styles - There seems to be some code related to the playlist window in share/jive/applets/SlimBrowser/SlimBrowserApplet.lua, but I'm not sure if the actual menu is defined here or on the server side. The "showPlaylist()" function is at least used to open the playlist window. -- erland Erland Isaksson 'My homepage' (http://erland.isaksson.info) (Install my plugins through Extension Downloader) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library, Title Switcher and Database Query plugins' (http://wiki.erland.isaksson.info/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=78217 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
