Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f59d971

Browse files
committed
🎨 Formatting
1 parent b3dbe5b commit f59d971

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestCreationView.xaml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -365,29 +365,29 @@
365365
<!-- End PrimaryActionButton -->
366366

367367
<Style x:Key="CommitListItemContainerStyle" TargetType="{x:Type ListViewItem}">
368-
<Setter Property="SnapsToDevicePixels" Value="True" />
369-
<Setter Property="Margin" Value="5" />
370-
<Setter Property="Padding" Value="1" />
371-
372-
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
373-
<Setter Property="VerticalContentAlignment" Value="Center" />
374-
375-
<Setter Property="Background" Value="Transparent" />
376-
<Setter Property="BorderBrush" Value="Transparent" />
377-
<Setter Property="BorderThickness" Value="0" />
378-
379-
<Setter Property="Template">
380-
<Setter.Value>
381-
<ControlTemplate TargetType="{x:Type ListViewItem}">
382-
<Border x:Name="Bd"
368+
<Setter Property="SnapsToDevicePixels" Value="True" />
369+
<Setter Property="Margin" Value="5" />
370+
<Setter Property="Padding" Value="1" />
371+
372+
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
373+
<Setter Property="VerticalContentAlignment" Value="Center" />
374+
375+
<Setter Property="Background" Value="Transparent" />
376+
<Setter Property="BorderBrush" Value="Transparent" />
377+
<Setter Property="BorderThickness" Value="0" />
378+
379+
<Setter Property="Template">
380+
<Setter.Value>
381+
<ControlTemplate TargetType="{x:Type ListViewItem}">
382+
<Border x:Name="Bd"
383383
Background="{TemplateBinding Background}"
384384
BorderThickness="{TemplateBinding BorderThickness}"
385385
Padding="{TemplateBinding Padding}">
386-
<ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
387-
</Border>
388-
</ControlTemplate>
389-
</Setter.Value>
390-
</Setter>
386+
<ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
387+
</Border>
388+
</ControlTemplate>
389+
</Setter.Value>
390+
</Setter>
391391
</Style>
392392
</ResourceDictionary>
393393
</UserControl.Resources>
@@ -439,7 +439,7 @@
439439
<Grid
440440
Style="{DynamicResource GitHubComboBoxContainer}"
441441
Width="200" >
442-
442+
443443
<Grid.RowDefinitions>
444444
<RowDefinition Height="*" />
445445
<RowDefinition Height="*" />
@@ -481,7 +481,6 @@
481481
</Border>
482482
</Popup>
483483
</Grid>
484-
485484
</StackPanel>
486485

487486
<TabControl Grid.Row="1" Style="{DynamicResource GitHubPRDetailsTabControl}" BorderThickness="0,1,0,0">
@@ -517,7 +516,7 @@
517516
<Grid Style="{DynamicResource GitHubComboBoxContainer}"
518517
MinWidth="150"
519518
MaxWidth="300">
520-
519+
521520
<Grid.RowDefinitions>
522521
<RowDefinition Height="*" />
523522
<RowDefinition Height="*" />

0 commit comments

Comments
 (0)