Title: Start menu ,help? Post by: 04021989 on August 06, 2010, 04:12:36 am default
(http://img412.imageshack.us/img412/3039/12244422.png) How can move it (http://img245.imageshack.us/img245/8428/31939578.png) Title: Re: Start menu ,help? Post by: 3am 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. Title: Re: Start menu ,help? Post by: 04021989 on August 06, 2010, 04:38:35 am Oh thanks you very much !
i replace only Start Menu > Panels > Aero > Bottom > UserPane (DEFAULTPANESIZE:RECT = (0, 0, 145, 44)) -> (DEFAULTPANESIZE:RECT = (0, 0, 145, 22) (http://img295.imageshack.us/img295/6535/48219547.png) |