changed bg color for missing data
This commit is contained in:
parent
213f7cf58c
commit
6dedc04957
@ -35,7 +35,7 @@ namespace BreCalClient
|
||||
this.ContentWrapper.Background = Brushes.Gray;
|
||||
break;
|
||||
case "MissingData":
|
||||
this.ContentWrapper.Background= Brushes.Yellow;
|
||||
this.ContentWrapper.Background = Brushes.DarkKhaki;
|
||||
break;
|
||||
case "Cancelled":
|
||||
this.ContentWrapper.Background = Brushes.DarkGray;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user