|
616 | 616 |
|
617 | 617 | <!-- Right --> |
618 | 618 | <Grid Grid.Column="2" RowDefinitions="Auto,Auto,*"> |
619 | | - <Grid Grid.Row="0" Height="26" ColumnDefinitions="*,Auto,Auto,Auto" Background="{DynamicResource Brush.Conflict}" IsVisible="{Binding InProgressContext, Converter={x:Static ObjectConverters.IsNotNull}}"> |
| 619 | + <Grid Grid.Row="0" Height="28" ColumnDefinitions="*,Auto,Auto,Auto" Background="{DynamicResource Brush.Conflict}" IsVisible="{Binding InProgressContext, Converter={x:Static ObjectConverters.IsNotNull}}"> |
620 | 620 | <ContentControl Grid.Column="0" Margin="8,0" Content="{Binding InProgressContext}"> |
621 | 621 | <ContentControl.DataTemplates> |
622 | 622 | <DataTemplate DataType="vm:CherryPickInProgress"> |
|
637 | 637 | </ContentControl.DataTemplates> |
638 | 638 | </ContentControl> |
639 | 639 |
|
640 | | - <Button Grid.Column="1" Classes="flat" FontWeight="Regular" Content="{DynamicResource Text.Repository.Resolve}" Height="20" Padding="8,0" Margin="4,0" Command="{Binding GotoResolve}"> |
| 640 | + <Button Grid.Column="1" |
| 641 | + Classes="flat" |
| 642 | + FontWeight="Regular" |
| 643 | + BorderThickness="0" |
| 644 | + Content="{DynamicResource Text.Repository.Resolve}" |
| 645 | + Padding="8,0" Margin="4,0" |
| 646 | + Command="{Binding GotoResolve}"> |
641 | 647 | <Button.IsVisible> |
642 | 648 | <Binding Path="SelectedViewIndex" Converter="{x:Static c:IntConverters.IsNotOne}"/> |
643 | 649 | </Button.IsVisible> |
644 | 650 | </Button> |
645 | | - |
646 | | - <Button Grid.Column="2" Classes="flat primary" FontWeight="Regular" Content="{DynamicResource Text.Repository.Continue}" Height="20" Padding="8,0" Margin="4,0" Command="{Binding ContinueMerge}" IsVisible="{Binding !HasUnsolvedConflicts}"/> |
647 | | - <Button Grid.Column="3" Classes="flat" FontWeight="Regular" Content="{DynamicResource Text.Repository.Abort}" Height="20" Padding="8,0" Margin="4,0" Command="{Binding AbortMerge}"/> |
| 651 | + <Button Grid.Column="2" |
| 652 | + Classes="flat primary" |
| 653 | + FontWeight="Regular" |
| 654 | + BorderThickness="0" |
| 655 | + Content="{DynamicResource Text.Repository.Continue}" |
| 656 | + Padding="8,0" Margin="4,0" |
| 657 | + Command="{Binding ContinueMerge}" |
| 658 | + IsVisible="{Binding !HasUnsolvedConflicts}"/> |
| 659 | + <Button Grid.Column="3" |
| 660 | + Classes="flat" |
| 661 | + FontWeight="Regular" |
| 662 | + BorderThickness="0" |
| 663 | + Content="{DynamicResource Text.Repository.Abort}" |
| 664 | + Padding="8,0" Margin="4,0" |
| 665 | + Command="{Binding AbortMerge}"/> |
648 | 666 | </Grid> |
649 | 667 |
|
650 | 668 | <Border Grid.Row="1" Background="{DynamicResource Brush.Window}" BorderThickness="0,0,0,1" BorderBrush="{DynamicResource Brush.Border0}"> |
|
0 commit comments