Quote:
Originally Posted by dovegrey
Hi there
I was wondering if there is a way to customise the tab shape so it doesn't have the rounded corners?
Hope you can help,
Many thanks 
|
Hello, in order to change the radius of the corners go to Tab.as -> and replace line 62 ( drawCorners(_mask,w,h,10); ) with ( drawCorners(_mask,w,h,0); ). The last parameter is the radius of the corner
