|
@@ -313,6 +313,7 @@
|
|
|
Orientation="Horizontal">
|
|
|
<cus:PathRadioButton
|
|
|
Checked="ImageRadioButton_Checked"
|
|
|
+ CornerRadius="4"
|
|
|
MouseDownBackground="#CED0D4"
|
|
|
MouseDownBackgroundOpacity="0.6"
|
|
|
MouseOverBackground="#EDEEF0"
|
|
@@ -341,6 +342,8 @@
|
|
|
</RadioButton.IsChecked>
|
|
|
</cus:PathRadioButton>
|
|
|
<cus:PathRadioButton
|
|
|
+ Margin="11,0"
|
|
|
+ CornerRadius="4"
|
|
|
Checked="ImageRadioButton_Checked"
|
|
|
MouseDownBackground="#CED0D4"
|
|
|
MouseDownBackgroundOpacity="0.6"
|
|
@@ -370,6 +373,7 @@
|
|
|
</RadioButton.IsChecked>
|
|
|
</cus:PathRadioButton>
|
|
|
<cus:PathRadioButton
|
|
|
+ CornerRadius="4"
|
|
|
Checked="ImageRadioButton_Checked"
|
|
|
MouseDownBackground="#CED0D4"
|
|
|
MouseDownBackgroundOpacity="0.6"
|
|
@@ -399,6 +403,8 @@
|
|
|
</RadioButton.IsChecked>
|
|
|
</cus:PathRadioButton>
|
|
|
<cus:PathRadioButton
|
|
|
+ Margin="11,0,0,0"
|
|
|
+ CornerRadius="4"
|
|
|
Checked="ImageRadioButton_Checked"
|
|
|
MouseDownBackground="#CED0D4"
|
|
|
MouseDownBackgroundOpacity="0.6"
|