This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
src/GitHub.VisualStudio/Views/Dialog Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 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" >
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" >
You can’t perform that action at this time.
0 commit comments