A while back somebody was cool enough to tweak a skin I was using. He added an option in the skin that allowed me to hide the CBG if i didn't want to see it. At the time I wasn't modifying skins like I am know. If anybody who reads this and knows what I'm talking about, hit me up. Thanks.
Posted Thu 13 Jan 11 @ 3:58 am
You need to remove the grid sections.
<grid1 ... >
...
</grid1>
For example. If you want to toggle it, I suspect you'll have to put them into a panel.
<grid1 ... >
...
</grid1>
For example. If you want to toggle it, I suspect you'll have to put them into a panel.
Posted Thu 13 Jan 11 @ 6:46 am
Make a panel with normal rhythm element and another one with height=0 in the grid part of the code.
Posted Thu 13 Jan 11 @ 9:42 am