Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Commit

Permalink
RadioButton.GroupName is unneeded since they all share the same parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Feb 17, 2016
1 parent f480144 commit a60497d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Paymetheus/CreateOrImportSeedView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<StackPanel.Resources>
<Style TargetType="{x:Type RadioButton}">
<Setter Property="Width" Value="160"/>
<Setter Property="GroupName" Value="seedSelection"/>
</Style>
</StackPanel.Resources>
<RadioButton Content="Create new wallet" IsChecked="{Binding CreateChecked}"/>
Expand Down

0 comments on commit a60497d

Please sign in to comment.