3am
Beta Tester
Dedicated Helper
Posts: 2428
|
|
« Reply #1 on: August 06, 2010, 04:22:58 am » |
|
Reduce the User Pane DefaultPaneSize:Rect to 0,0,0,0 to make room Increase the Places List ContentMargins:Margins third value to push everything up Like in Panda's stylehack:
Start Menu > Panels > Basic > UserPane (DEFAULTPANESIZE:RECT = (0, 0, 145, 75)) -> (DEFAULTPANESIZE:RECT = (0, 0, 0, 0)) Start Menu > Panels > Basic > PlacesList (CONTENTMARGINS:MARGINS = (5, 4, 0, 0)) -> (CONTENTMARGINS:MARGINS = (5, 4, 8, 0)) Start Menu > Panels > Aero > Bottom > UserPane (DEFAULTPANESIZE:RECT = (0, 0, 145, 44)) -> (DEFAULTPANESIZE:RECT = (0, 0, 0, 0)) Start Menu > Panels > Aero > Top > PlacesList (CONTENTMARGINS:MARGINS = (3, 5, 0, 5)) -> (CONTENTMARGINS:MARGINS = (3, 5, 8, 5)
This will move the Contents of the Places List up 8 pixels. Just keep increasing the value until it looks like you want.
|