Skip to content

Commit

Permalink
Fix sort icon (DynamoDS#13924)
Browse files Browse the repository at this point in the history
  • Loading branch information
reddyashish authored Apr 24, 2023
1 parent 983f0f6 commit 360322d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/DynamoCoreWpf/Controls/NodeAutoCompleteSearchControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
Value="{StaticResource NodeOptionsButtonBackground}" />
<Setter TargetName="DotsImage"
Property="Source"
Value="/DynamoCoreWpf;component/UI/Images/sort-hover-16px.png" />
Value="/DynamoCoreWpf;component/UI/Images/switch-hover-16px.png" />
</Trigger>
<Trigger Property="IsMouseOver"
Value="False">
Expand All @@ -343,7 +343,7 @@
Value="Transparent" />
<Setter TargetName="DotsImage"
Property="Source"
Value="/DynamoCoreWpf;component/UI/Images/Sort.png" />
Value="/DynamoCoreWpf;component/UI/Images/switch.png" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
Expand Down
5 changes: 3 additions & 2 deletions src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1603,8 +1603,9 @@
<Resource Include="UI\Images\Profile.png" />
<Resource Include="UI\Images\Profile_48px.png" />
<Resource Include="UI\Images\Requirements.png" />
<Resource Include="UI\Images\Sort.png" />
<Resource Include="UI\Images\sort-hover-16px.png" />
<Resource Include="UI\Images\sort.png" />
<Resource Include="UI\Images\switch.png" />
<Resource Include="UI\Images\switch-hover-16px.png" />
<Resource Include="UI\Images\View details.png" />
<Resource Include="UI\Images\more-vertical_selected_16px.png" />
<Resource Include="UI\Images\pin_default_48_48.png" />
Expand Down
Binary file modified src/DynamoCoreWpf/UI/Images/Sort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/DynamoCoreWpf/UI/Images/sort-hover-16px.png
Binary file not shown.
Binary file added src/DynamoCoreWpf/UI/Images/switch-hover-16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/DynamoCoreWpf/UI/Images/switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<ControlTemplate>
<Rectangle Width="16" Height="16">
<Rectangle.Fill>
<ImageBrush ImageSource="/DynamoCoreWpf;component/UI/Images/Sort.png" />
<ImageBrush ImageSource="/DynamoCoreWpf;component/UI/Images/sort.png" />
</Rectangle.Fill>
</Rectangle>
</ControlTemplate>
Expand Down

0 comments on commit 360322d

Please sign in to comment.