Browse Source

Update RadioButtonStyle.xaml

Krzysztof Krysiński 3 years ago
parent
commit
aa5ae0ed58
1 changed files with 0 additions and 1 deletions
  1. 0 1
      PixiEditor/Styles/RadioButtonStyle.xaml

+ 0 - 1
PixiEditor/Styles/RadioButtonStyle.xaml

@@ -23,7 +23,6 @@
                         <Trigger Property="IsChecked" Value="true">
                         <Trigger Property="IsChecked" Value="true">
                             <!--If item is checked, trigger the visibility of the mark and change the color of the selected bullet into a darker gray for better highlighting-->
                             <!--If item is checked, trigger the visibility of the mark and change the color of the selected bullet into a darker gray for better highlighting-->
                             <Setter TargetName="RadioMark" Property="Visibility" Value="Visible"/>
                             <Setter TargetName="RadioMark" Property="Visibility" Value="Visible"/>
-                            <Setter TargetName="RadioOuter" Property="BorderBrush" Value="White" />
                         </Trigger>
                         </Trigger>
                     </ControlTemplate.Triggers>
                     </ControlTemplate.Triggers>
                 </ControlTemplate>
                 </ControlTemplate>