update<README>: update thanks; update style for Keep branch option

This commit is contained in:
leo 2021-05-13 15:52:37 +08:00
parent b56279ce6e
commit c7a57877e0
2 changed files with 4 additions and 10 deletions

View file

@ -23,3 +23,4 @@
## Thanks ## Thanks
* [PUMA](https://gitee.com/whgfu) 配置默认User * [PUMA](https://gitee.com/whgfu) 配置默认User
* [Rwing](https://gitee.com/rwing) GitFlow: add an option to keep branch after finish

View file

@ -32,17 +32,10 @@
Grid.Row="0" Grid.Column="2" Grid.Row="0" Grid.Column="2"
Margin="4,0,0,0" Margin="4,0,0,0"
x:Name="txtName"/> x:Name="txtName"/>
<TextBlock
Grid.Row="1" Grid.Column="0"
Margin="0,0,8,0"
x:Name="txtKeep"
HorizontalAlignment="Right"
Text="{StaticResource Text.GitFlow.KeepBranchAfterFinish}"/>
<CheckBox <CheckBox
Grid.Row="1" Grid.Column="2" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2"
Margin="0,4,0,0"
x:Name="chkKeep" x:Name="chkKeep"
IsChecked="False" IsChecked="False"
/> Content="{StaticResource Text.GitFlow.KeepBranchAfterFinish}"/>
</Grid> </Grid>
</controls:PopupWidget> </controls:PopupWidget>