How to make a texture for GUI.Toggle button

Hi

How do you create a proper toggle button texture? I mean, what can I do to make the texture for the toggle button not stretch? tried several things including downloading the built in skin and painting over the default toggle button texture but no matter what I do it always stretches…

[26504-toggle+button.jpg|26504]

There must be something Im missing here…

I also faced such problem earlier. I invented only two methods of the decision. The first - to make the GUIStyle. The second - instead of toggle to use normal button with different color which would show buton is active or not. Or it is possible to separate toggle and the text, i.e. to draw the text through GUI.Label.