To enable these tweaks you have to change some lines in this file:
c:systemskins<<skin uid>><<skinuid>>.skn
You can copy this file to your PC and after changes made overwrite the original file.
TWEAKS:
Add this line to add scrollbars to listboxes:
0x01cf 1
Add this line if you want to see app. icon on status bar:
0x0083 1
Add this line if you want to see menubar horizontal:
0x0151 1
Change this line for bigger listboxes:
0x0065 0
Change 0x0016 line to disable scrollbar nudge buttons:
0x0016 0
Change 0x012c line to change status bar application name alignment:
0x012c 0 // app name left-aligned
0x012c 1 // app name center-aligned
0x012c 2 // app name right-aligned
I'll give screenshots later...