Jameel did a great work designing Tabs Studio style perfectly matching Visual Studio 2010 theme:
His style requires Visual Studio 2010 Beta 2 and Tabs Studio v1.7.6. You can get this style here.
Jameel did a great work designing Tabs Studio style perfectly matching Visual Studio 2010 theme:
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.
Nice theme thanks !
But there is a little bug.
When the mouse goes over a not selected tab the height of the tab bar changes. This cause the main window bellow to “blink”. It’s very unpleasant :/.
Comment by Nicolas — March 27, 2010 @ 5:25 am
I fixed it by replacing :
by :
🙂
Comment by Nicolas — March 27, 2010 @ 5:37 am
haha 😀
Your protection against html injections is ugly :p
So line 215 I changed the BorderThickness value from “1” to “2”.
Comment by Nicolas — March 27, 2010 @ 5:41 am
Nicolas,
Thank you for noticing this problem and developing a solution. I’ve updated the style adding
<Setter TargetName=”Border” Property=”Padding” Value=”0″/>
at line 312 that also seems to work.
P.S. To make html protection happy it is usually enough to replace < and > with < and >.
Comment by Sergey Vlasov — March 27, 2010 @ 10:07 am