VistaStyleBuilder

Tips and Visual Styles => StyleHacks => Topic started by: Panda X on December 12, 2009, 11:48:02 pm



Title: Win7 - Disable User Picture
Post by: Panda X on December 12, 2009, 11:48:02 pm
(http://fc00.deviantart.net/fs71/f/2009/346/0/5/Win7___Disable_User_Picture_by_stylehacks.png)

Disable StartPanel User Picture and Resize PlacesList to fit - by Panda X


Download: http://stylehacks.deviantart.com/art/Win7-Disable-User-Picture-146555450

Technical Details:
Start Menu > Panels > Basic > UserPane (USERPIC:BOOL = 1) -> (USERPIC:BOOL = 0)
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))


Title: Re: Win7 - Disable User Picture
Post by: mzcry on May 18, 2010, 10:39:27 am
THx for sharing~ :)