Skip to content

Commit

Permalink
Use framework converter
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Jul 24, 2019
1 parent 444e6d2 commit bba8b61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
22 changes: 0 additions & 22 deletions Rubberduck.Core/UI/Converters/BoolToVisibilityConverter.cs

This file was deleted.

3 changes: 1 addition & 2 deletions Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
<local:TestOutcomeImageSourceConverter x:Key="OutcomeIconConverter" />
<converters:MillisecondToTimeMagnitudeConverter x:Key="FormattedTime" />
<converters:InvertBoolValueConverter x:Key="InvertBoolValue" />
<converters:BoolToVisibilityConverter x:Key="BoolToVisibility" />
<converters:BoolToHiddenVisibilityConverter x:Key="BoolToHiddenVisibility" />
<BooleanToVisibilityConverter x:Key="BoolToVisibility" />

<Style x:Key="ToolbarImageOpacity" TargetType="Image" >
<Setter Property="Height" Value="16" />
Expand Down

0 comments on commit bba8b61

Please sign in to comment.