Skip to content

Commit

Permalink
Fix issue #379
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Otykier committed Mar 6, 2020
1 parent d8d26f8 commit d1f1ec7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ internal class KPIStatusGraphicConverter: TypeConverter
"Five Bars Colored",
"Five Boxes Colored",
"Gauge",
"Gauge Ascending",
"Gauge Descending",
"Gauge - Ascending",
"Gauge - Descending",
"Reversed Gauge",
"Reversed status arrow",
"Road Signs",
Expand All @@ -33,10 +33,10 @@ internal class KPIStatusGraphicConverter: TypeConverter
"Three Stars Colored",
"Three Symbols Uncircled Colored",
"Traffic Light",
"Traffic Light Single",
"Traffic Light - Single",
"Variance Arrow",
"Status Arrow Ascending",
"Status Arrow Descending"
"Status Arrow - Ascending",
"Status Arrow - Descending"
};

public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Expand Down
10 changes: 5 additions & 5 deletions TOMWrapper/PropertyGridUI/Converters/KPITrendGraphicConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ internal class KPITrendGraphicConverter: TypeConverter
"Five Bars Colored",
"Five Boxes Colored",
"Gauge",
"Gauge Ascending",
"Gauge Descending",
"Gauge - Ascending",
"Gauge - Descending",
"Reversed Gauge",
"Reversed status arrow",
"Road Signs",
Expand All @@ -33,10 +33,10 @@ internal class KPITrendGraphicConverter: TypeConverter
"Three Stars Colored",
"Three Symbols Uncircled Colored",
"Traffic Light",
"Traffic Light Single",
"Traffic Light - Single",
"Variance Arrow",
"Status Arrow Ascending",
"Status Arrow Descending"
"Status Arrow - Ascending",
"Status Arrow - Descending"
};

public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Expand Down

0 comments on commit d1f1ec7

Please sign in to comment.