If you only want the category (tcat) on Forum Home height bigger that's not affecting the other pages then replace your code with:
Code:
<td class="tcat" <if condition="in_array($forum[forumid], array(3,61,44))">style="height:30px;background: url(images/gradients/gradient_tcat_$forum[forumid].jpg) no-repeat center right;"</if> colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Change the value of height in red to whatever you want.