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

Commit db06394

Browse files
committed
Figuring out how everything works
1 parent 5552176 commit db06394

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositorySelectView.xaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,19 @@
4848
SelectionChanged="accountsListBox_SelectionChanged">
4949
<ListBox.ItemsPanel>
5050
<ItemsPanelTemplate>
51-
<UniformGrid Columns="3" Background="Red" HorizontalAlignment="Stretch" IsItemsHost="True"/>
51+
<UniformGrid Columns="3" Background="Red" IsItemsHost="True">
52+
</UniformGrid>
5253
</ItemsPanelTemplate>
5354
</ListBox.ItemsPanel>
5455
<ListBox.ItemTemplate>
5556
<DataTemplate>
56-
<Border Background="LightGreen" Padding="4">
57-
<DockPanel>
57+
<Border Background="LightGreen">
58+
<DockPanel HorizontalAlignment="Stretch" Margin="4">
5859
<TextBlock DockPanel.Dock="Bottom"
5960
Text="{Binding Login, StringFormat=@{0}}"
6061
TextAlignment="Center"
6162
TextTrimming="CharacterEllipsis"/>
62-
<Image Margin="0,4"
63+
<Image
6364
MaxWidth="100"
6465
Source="{Binding Avatar}" />
6566
</DockPanel>

0 commit comments

Comments
 (0)