Posted by member 2018 on 2004-04-12 20:40:53 link

Why would you need LSTS almost all the theme switching functionality( minus the theme preview) is builtin to the LSTI which comes with LS installer. secondly its old and doesn't support OTS2 theme standard.

; base.rc lines
IF TopBar
IF MaximizeOverBar
jDeskWorkArea " 4, 4, -4, -4" ; 0, 0, 0, 0
ELSE
jDeskWorkArea " 4, 51, -4, -4" ; 0, 51, 0, 0
ENDIF

ELSE
IF MaximizeOverBar
jDeskWorkArea " 4, 4, -4, -4" ; 0, 0, 0, 0
ELSE
jDeskWorkArea " 4, 4, -4, -51" ; 0, 0, 0, -51
ENDIF
ENDIF