mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
ux: popup running icon
This commit is contained in:
parent
bf96823804
commit
0a0551bd72
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ namespace SourceGit.Views
|
||||||
{
|
{
|
||||||
icon.Content = new Path()
|
icon.Content = new Path()
|
||||||
{
|
{
|
||||||
Data = this.FindResource("Icons.Loading") as StreamGeometry,
|
Data = this.FindResource("Icons.Waiting") as StreamGeometry,
|
||||||
Classes = { "rotating" },
|
Classes = { "waiting" },
|
||||||
};
|
};
|
||||||
progressBar.IsIndeterminate = true;
|
progressBar.IsIndeterminate = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue