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

Commit 3a2b228

Browse files
committed
Clean up
1 parent 78365b0 commit 3a2b228

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,31 +41,13 @@
4141
Style="{DynamicResource GitHubProgressBar}"
4242
Visibility="{Binding IsLoading, Converter={ui:BooleanToHiddenVisibilityConverter}}"/>
4343

44-
<!--ItemsSource="{Binding Accounts}" -->
4544
<ListBox Name="accountsListBox"
4645
BorderThickness="0"
4746
ItemsSource="{Binding Accounts}"
4847
VerticalContentAlignment="Top"
4948
HorizontalContentAlignment="Stretch"
5049
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
5150
SelectionChanged="accountsListBox_SelectionChanged">
52-
<!--
53-
<ListBoxItem Margin="4">
54-
<Border Background="#fff2f2f2" CornerRadius="3">
55-
<DockPanel>
56-
<TextBlock DockPanel.Dock="Bottom"
57-
Margin="4,0,4,4"
58-
Text="@donokuda"
59-
TextAlignment="Center"
60-
TextTrimming="CharacterEllipsis"/>
61-
<Image
62-
Margin="4"
63-
MaxWidth="100"
64-
Source="https://s3.amazonaws.com/uifaces/faces/twitter/zeldman/128.jpg" />
65-
</DockPanel>
66-
</Border>
67-
</ListBoxItem>
68-
-->
6951
<ListBox.ItemsPanel>
7052
<ItemsPanelTemplate>
7153
<UniformGrid Columns="3" IsItemsHost="True">
@@ -99,7 +81,6 @@
9981
<Run>You have existing forks of this repository:</Run>
10082
</TextBlock>
10183
<ListBox DockPanel.Dock="Bottom" ItemsSource="{Binding ExistingForks}" MaxHeight="120">
102-
<!-- SelectionChanged="existingForksListBox_SelectionChanged"-->
10384
<ListBox.ItemTemplate>
10485
<DataTemplate>
10586
<StackPanel Orientation="Horizontal">

0 commit comments

Comments
 (0)