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

Commit c85ad90

Browse files
committed
Removed progress bar from RepositoryCloneControl.
`ViewBase` now displays its own progress bar if the view model has `IHasLoading` - this was causing the Clone dialog to display two progress bars. Remove the one in the `RepositoryCloneControl` xaml.
1 parent 293ddd5 commit c85ad90

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)