Skip to content

Commit

Permalink
Fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Dec 1, 2019
1 parent d9dc8d0 commit afe0008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks-csharp/View/DnsSettingWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
</Grid.ColumnDefinitions>
<Button Grid.Column="0" Content="{DynamicResource Ok}" Padding="10,0" Margin="10,0" FontSize="14" Click="OkButton_OnClick"/>
<Button Grid.Column="1" Content="{DynamicResource Cancel}" Padding="10,0" Margin="10,0" FontSize="14" Click="CancelButton_OnClick"/>
<Button x:Name="ApplyButton" Grid.Column="2" Content="{DynamicResource Apply}" Padding="10,0" FontSize="14" Click="ApplyButton_OnClick"/>
<Button x:Name="ApplyButton" Grid.Column="2" Content="{DynamicResource Apply}" Padding="10,0" Margin="10,0,0,0" FontSize="14" Click="ApplyButton_OnClick"/>
</Grid>
</Grid>
</Window>

0 comments on commit afe0008

Please sign in to comment.