Skip to content

Commit 2b2c2fc

Browse files
committed
Fix button icons
1 parent 277d9f1 commit 2b2c2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetailCoder.VBE/UI/Refactorings/ReorderParameters/ReorderParametersView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
Command="{Binding MoveParameterUpCommand}"
7171
CommandParameter="{Binding ElementName=ParameterGrid, Path=SelectedItem}">
7272
<StackPanel Orientation="Horizontal">
73-
<Image Height="10" Source="../../../Resources/cross-script.png" Margin="0,0,5,0" />
73+
<Image Height="10" Source="../../../Resources/arrow-090.png" Margin="0,0,5,0" />
7474
<TextBlock Text="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=ReorderParamsDialog_MoveUpButtonText}" />
7575
</StackPanel>
7676
</Button>
@@ -94,7 +94,7 @@
9494
</Style>
9595
</Button.Style>
9696
<StackPanel Orientation="Horizontal">
97-
<Image Height="10" Source="../../../Resources/arrow-return-180-left.png" Margin="0,0,5,0" />
97+
<Image Height="10" Source="../../../Resources/arrow-270.png" Margin="0,0,5,0" />
9898
<TextBlock Text="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=ReorderParamsDialog_MoveDownButtonText}" />
9999
</StackPanel>
100100
</Button>

0 commit comments

Comments
 (0)