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

Commit 28efc22

Browse files
authored
Merge branch 'master' into fixes/pr-details-metrics
2 parents bc9ccc4 + 5a466b7 commit 28efc22

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/GitHub.VisualStudio/UI/Views/Controls/RepositoryCloneControl.xaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,6 @@
155155
IsEnabled="{Binding FilterTextIsEnabled, Mode=OneWay}"
156156
AutomationProperties.AutomationId="{x:Static automation:AutomationIDs.SearchRepositoryTextBox}" />
157157

158-
<ui:GitHubProgressBar x:Name="loadingProgressBar"
159-
Margin="0"
160-
HorizontalContentAlignment="Stretch"
161-
DockPanel.Dock="Top"
162-
Foreground="{DynamicResource GitHubAccentBrush}"
163-
IsIndeterminate="True"
164-
Style="{DynamicResource GitHubProgressBar}"
165-
Visibility="{Binding IsBusy, Mode=OneWay, Converter={ui:BooleanToVisibilityConverter}}" />
166-
167158
<StackPanel x:Name="loadingFailedPanel"
168159
Margin="0,4,0,4"
169160
HorizontalAlignment="Center"

0 commit comments

Comments
 (0)