BackgroundEnabled and FrameEnabled not honored
Posted: Sun Dec 02, 2007 18:22
I have a button that keeps showing the frame even though I've disabled it. Here is the layout and relevant XML:
Is there another way to disable the frame for a button?
Code: Select all
<Window Type="TaharezLook/StaticImage" Name="MainMenuTitle">
<Property Name="BackgroundEnabled" Value="False" />
<Property Name="FrameEnabled" Value="False" />
<Window Type="TaharezLook/Button" Name="MainMenuTraining">
<Property Name="BackgroundEnabled" Value="False" />
<Property Name="FrameEnabled" Value="False" />
</Window>
Is there another way to disable the frame for a button?