Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Wpf.Ui/Controls/RadioButton/RadioButton.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
Stroke="{DynamicResource RadioButtonOuterEllipseStroke}"
StrokeThickness="{StaticResource RadioButtonStrokeThickness}"
UseLayoutRounding="False" />
<!-- A seperate element is added since the two orthogonal state groups that cannot touch the same property -->
<!-- A separate element is added since the two orthogonal state groups that cannot touch the same property -->
<Ellipse
x:Name="CheckOuterEllipse"
Width="{StaticResource RadioButtonOuterEllipseSize}"
Expand All @@ -84,7 +84,7 @@
<ScaleTransform ScaleX="1.0" ScaleY="1.0" />
</Ellipse.LayoutTransform>
</Ellipse>
<!-- A seperate element is added since the two orthogonal state groups that cannot touch the same property -->
<!-- A separate element is added since the two orthogonal state groups that cannot touch the same property -->
<Border
x:Name="PressedCheckGlyph"
Width="4"
Expand Down