VistaStyleBuilder

Help => Windows 7 => Topic started by: xmmn on October 08, 2015, 09:43:12 pm



Title: Size of Showdekstop and Topframe
Post by: xmmn on October 08, 2015, 09:43:12 pm
how can i reduce size of show desktop button and top frame image . i tried reduce size of top frame image in photoshop but it leave a blur on frame and i can see through it (red arrow in pic )
and one other question how i can disable yellow part . sometime its gone but when i edit my theme it comeback .
TNx


(http://upload.tehran98.com/upme/uploads/46a327ddb0d6e7a71.png)


Title: Re: Size of Showdekstop and Topframe
Post by: 3am on October 09, 2015, 01:23:53 pm
1) I can't tell what's wrong with your top frame images offhand

2) I don't think you can change the size of the ShowDesktop button in 7

3) To get rid of the FolderBand or CommandModule completely open your shellstyle, look for FolderBandStyle and add <Element padding="rect(0rp,0rp,0rp,-30rp)"/>

so it looks like this:

</style>
<style resid="FolderBandStyle">
<Element padding="rect(0rp,0rp,0rp,-30rp)"/>
<Element
background="argb(0, 0, 0, 0)"/>

I attached a shellstyle with it already done if you want to use it.

You might need to adjust the -30 value to suit your needs.