mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
update<README>: update thanks; update style for Keep branch option
This commit is contained in:
parent
b56279ce6e
commit
c7a57877e0
2 changed files with 4 additions and 10 deletions
|
@ -23,3 +23,4 @@
|
|||
## Thanks
|
||||
|
||||
* [PUMA](https://gitee.com/whgfu) 配置默认User
|
||||
* [Rwing](https://gitee.com/rwing) GitFlow: add an option to keep branch after finish
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:controls="clr-namespace:SourceGit.Views.Controls"
|
||||
mc:Ignorable="d"
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800">
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
|
@ -32,17 +32,10 @@
|
|||
Grid.Row="0" Grid.Column="2"
|
||||
Margin="4,0,0,0"
|
||||
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
|
||||
Grid.Row="1" Grid.Column="2"
|
||||
Margin="0,4,0,0"
|
||||
Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2"
|
||||
x:Name="chkKeep"
|
||||
IsChecked="False"
|
||||
/>
|
||||
Content="{StaticResource Text.GitFlow.KeepBranchAfterFinish}"/>
|
||||
</Grid>
|
||||
</controls:PopupWidget>
|
||||
|
|
Loading…
Reference in a new issue