|
235 | 235 | <v:CommitMessageTextBox Grid.Row="2" ShowAdvancedOptions="True" Text="{Binding CommitMessage, Mode=TwoWay}"/> |
236 | 236 |
|
237 | 237 | <!-- Commit Options --> |
238 | | - <Grid Grid.Row="3" Margin="0,6,0,0" ColumnDefinitions="Auto,Auto,*,Auto,Auto,Auto"> |
| 238 | + <Grid Grid.Row="3" Margin="0,6,0,0" ColumnDefinitions="Auto,Auto,Auto,*,Auto,Auto,Auto"> |
239 | 239 | <CheckBox Grid.Column="0" |
240 | 240 | Height="24" |
241 | 241 | Margin="1,0,0,0" |
|
256 | 256 | ToolTip.Placement="Top" |
257 | 257 | ToolTip.VerticalOffset="0"/> |
258 | 258 |
|
259 | | - <v:LoadingIcon Grid.Column="2" |
| 259 | + <CheckBox Grid.Column="2" |
| 260 | + Height="24" |
| 261 | + Margin="12,0,0,0" |
| 262 | + HorizontalAlignment="Left" |
| 263 | + IsChecked="{Binding ResetAuthor, Mode=TwoWay}" |
| 264 | + IsVisible="{Binding UseAmend}" |
| 265 | + Content="{DynamicResource Text.WorkingCopy.ResetAuthor}" |
| 266 | + ToolTip.Tip="--reset-author" |
| 267 | + ToolTip.Placement="Top" |
| 268 | + ToolTip.VerticalOffset="0"/> |
| 269 | + |
| 270 | + <v:LoadingIcon Grid.Column="3" |
260 | 271 | Width="18" Height="18" |
261 | 272 | HorizontalAlignment="Right" |
262 | 273 | IsVisible="{Binding IsCommitting}"/> |
263 | 274 |
|
264 | | - <SplitButton Grid.Column="3" |
| 275 | + <SplitButton Grid.Column="4" |
265 | 276 | Content="{DynamicResource Text.Repository.Continue}" |
266 | 277 | Height="28" |
267 | 278 | Margin="8,0,0,0" |
|
283 | 294 | </SplitButton.Flyout> |
284 | 295 | </SplitButton> |
285 | 296 |
|
286 | | - <Button Grid.Column="3" |
| 297 | + <Button Grid.Column="4" |
287 | 298 | Classes="flat primary" |
288 | 299 | Content="{DynamicResource Text.WorkingCopy.Commit}" |
289 | 300 | Height="28" |
|
316 | 327 | </Button> |
317 | 328 |
|
318 | 329 | <!-- Invisible button just to add another hotkey `Ctrl+Shift+Enter` to commit with auto-stage --> |
319 | | - <Button Grid.Column="4" |
| 330 | + <Button Grid.Column="5" |
320 | 331 | Width="0" Height="0" |
321 | 332 | Background="Transparent" |
322 | 333 | Command="{Binding CommitWithAutoStage}" |
|
329 | 340 | </Button.IsEnabled> |
330 | 341 | </Button> |
331 | 342 |
|
332 | | - <Button Grid.Column="5" |
| 343 | + <Button Grid.Column="6" |
333 | 344 | Classes="flat" |
334 | 345 | Content="{DynamicResource Text.WorkingCopy.CommitAndPush}" |
335 | 346 | Height="28" |
|
0 commit comments