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;
|
this.ContentWrapper.Background = Brushes.Gray;
|
||||||
break;
|
break;
|
||||||
case "MissingData":
|
case "MissingData":
|
||||||
this.ContentWrapper.Background= Brushes.Yellow;
|
this.ContentWrapper.Background = Brushes.DarkKhaki;
|
||||||
break;
|
break;
|
||||||
case "Cancelled":
|
case "Cancelled":
|
||||||
this.ContentWrapper.Background = Brushes.DarkGray;
|
this.ContentWrapper.Background = Brushes.DarkGray;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user