close #113 can't check checkbox by clicking label

This commit is contained in:
qianlifeng
2014-07-17 18:42:11 +08:00
parent 5c373f0d25
commit 39aadaa220
3 changed files with 32 additions and 31 deletions

View File

@@ -13,12 +13,12 @@
<RowDefinition></RowDefinition>
</Grid.RowDefinitions>
<StackPanel Grid.Row="0" Orientation="Horizontal">
<CheckBox x:Name="cbReplaceWinR" />
<TextBlock Margin="5 -2 0 0" Text="Replace Win+R" />
<CheckBox x:Name="cbReplaceWinR" >Replace Win+R</CheckBox>
</StackPanel>
<StackPanel Grid.Row="1" Orientation="Horizontal" Margin="0 10 0 0">
<CheckBox x:Name="cbLeaveCmdOpen" />
<TextBlock Margin="5 -2 0 0" Text="Do not close Command Prompt after command execution" />
<CheckBox x:Name="cbLeaveCmdOpen" >
Do not close Command Prompt after command execution
</CheckBox>
</StackPanel>
</Grid>
</Border>