Code: Select all
<Window Type="TaharezLook/Button" Name="ExitButton">
<Property Name="UnifiedPosition" Value="{{0.55,0},{0.60,0}}" />
<Property Name="UnifiedSize" Value="{{0,50},{0,30}}" />
<Property Name="Text" Value="Exit" />
</Window>
the button only reacts to a press of mouse button 1 while the pointer is over it every third time. Other widgets, such as the spinner, appear to behave correctly, and respond as expected to all input. I've confirmed this behavior by rebuilding and running on three different systems.
Also, as a side issue, is there any way to get buttons to automatically scale their width to accommodate the text they contain?