This question is locked. New answers and comments are not allowed.
See attached screenshot. The latest internal build of Q2 have some visual anomalies with the Windows 7 theme. Looked fine in Q1:
Code (smaller buttons have this error too, but this one you can see the problem more clearly):
Code (smaller buttons have this error too, but this one you can see the problem more clearly):
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,24,18,0"> <StackPanel.Effect> <DropShadowEffect ShadowDepth="1" BlurRadius="3"/> </StackPanel.Effect> <telerik:RadButton x:Name="ButtonPrevious" MinWidth="110" Height="30" FontSize="17" Click="ButtonPrevious_Click"> <StackPanel Orientation="Horizontal"> <Image Source="left.png" Stretch="Fill" Width="16" Height="16"/> <TextBlock Text="{Binding LocStr.ButtonPrevious, Source={StaticResource LocStr}}" Margin="4,0,0,0"/> </StackPanel> </telerik:RadButton></StackPanel>