|
244 | 244 | <v:CommitMessageTextBox Grid.Row="2" ShowAdvancedOptions="True" Text="{Binding CommitMessage, Mode=TwoWay}"/>
|
245 | 245 |
|
246 | 246 | <!-- Commit Options -->
|
247 |
| - <Grid Grid.Row="3" Margin="0,6,0,0" ColumnDefinitions="Auto,Auto,Auto,*,Auto,Auto,Auto"> |
| 247 | + <Grid Grid.Row="3" Margin="0,6,0,0" ColumnDefinitions="Auto,Auto,Auto,Auto,*,Auto,Auto,Auto"> |
248 | 248 | <CheckBox Grid.Column="0"
|
249 | 249 | Height="24"
|
250 | 250 | Margin="1,0,0,0"
|
|
256 | 256 | ToolTip.VerticalOffset="0"/>
|
257 | 257 |
|
258 | 258 | <CheckBox Grid.Column="1"
|
| 259 | + Height="24" |
| 260 | + Margin="12,0,0,0" |
| 261 | + HorizontalAlignment="Left" |
| 262 | + IsChecked="{Binding NoVerifyOnCommit, Mode=TwoWay}" |
| 263 | + Content="{DynamicResource Text.WorkingCopy.NoVerify}" |
| 264 | + ToolTip.Tip="--no-verify" |
| 265 | + ToolTip.Placement="Top" |
| 266 | + ToolTip.VerticalOffset="0"/> |
| 267 | + |
| 268 | + <CheckBox Grid.Column="2" |
259 | 269 | Height="24"
|
260 | 270 | Margin="12,0,0,0"
|
261 | 271 | HorizontalAlignment="Left"
|
|
265 | 275 | ToolTip.Placement="Top"
|
266 | 276 | ToolTip.VerticalOffset="0"/>
|
267 | 277 |
|
268 |
| - <CheckBox Grid.Column="2" |
| 278 | + <CheckBox Grid.Column="3" |
269 | 279 | Height="24"
|
270 | 280 | Margin="12,0,0,0"
|
271 | 281 | HorizontalAlignment="Left"
|
|
276 | 286 | ToolTip.Placement="Top"
|
277 | 287 | ToolTip.VerticalOffset="0"/>
|
278 | 288 |
|
279 |
| - <v:LoadingIcon Grid.Column="3" |
| 289 | + <v:LoadingIcon Grid.Column="4" |
280 | 290 | Width="18" Height="18"
|
281 | 291 | HorizontalAlignment="Right"
|
282 | 292 | IsVisible="{Binding IsCommitting}"/>
|
283 | 293 |
|
284 |
| - <SplitButton Grid.Column="4" |
| 294 | + <SplitButton Grid.Column="5" |
285 | 295 | Content="{DynamicResource Text.Repository.Continue}"
|
286 | 296 | Height="28"
|
287 | 297 | Margin="8,0,0,0"
|
|
303 | 313 | </SplitButton.Flyout>
|
304 | 314 | </SplitButton>
|
305 | 315 |
|
306 |
| - <Button Grid.Column="4" |
| 316 | + <Button Grid.Column="5" |
307 | 317 | Classes="flat primary"
|
308 | 318 | Content="{DynamicResource Text.WorkingCopy.Commit}"
|
309 | 319 | Height="28"
|
|
336 | 346 | </Button>
|
337 | 347 |
|
338 | 348 | <!-- Invisible button just to add another hotkey `Ctrl+Shift+Enter` to commit with auto-stage -->
|
339 |
| - <Button Grid.Column="5" |
| 349 | + <Button Grid.Column="6" |
340 | 350 | Width="0" Height="0"
|
341 | 351 | Background="Transparent"
|
342 | 352 | Click="OnCommitWithAutoStage"
|
|
349 | 359 | </Button.IsEnabled>
|
350 | 360 | </Button>
|
351 | 361 |
|
352 |
| - <Button Grid.Column="6" |
| 362 | + <Button Grid.Column="7" |
353 | 363 | Classes="flat"
|
354 | 364 | Content="{DynamicResource Text.WorkingCopy.CommitAndPush}"
|
355 | 365 | Height="28"
|
|
0 commit comments