diff options
author | sr55 <[email protected]> | 2017-12-15 23:03:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-15 23:03:38 +0000 |
commit | e6df19589df6e6e39d4afbaba958d4e1334db4cf (patch) | |
tree | 71b8aa300373df5da9946f51ed6af4de731b641c /win/CS/HandBrakeWPF/Views/MainView.xaml | |
parent | 939696ce28687a9f4d96556dcf28bd9ab605e1a1 (diff) |
WinGui: Updating Used Icons.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/MainView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index a8e7bc35f..e84b8ee98 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -145,7 +145,7 @@ <Button PreviewMouseLeftButtonDown="AddToQueue_PreviewMouseDown" ContextMenuService.IsEnabled="False" AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_AddToQueue}">
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
- <Image Width="32" Height="32" SnapsToDevicePixels="True" Source="Images/AddToQueue_small.png" />
+ <Image Width="32" Height="32" SnapsToDevicePixels="True" Source="Images/AddToQueue.png" />
<Label Margin="8,0,0,0" VerticalAlignment="Center" Content="{x:Static Properties:ResourcesUI.MainView_AddToQueue}" />
</StackPanel>
@@ -171,7 +171,7 @@ <Image Width="32"
Height="32"
SnapsToDevicePixels="True"
- Source="Images/Queue_small.png"/>
+ Source="Images/Queue.png"/>
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
Content="{Binding QueueLabel, FallbackValue='{x:Static Properties:ResourcesUI.MainView_ShowQueue}'}"/>
@@ -234,7 +234,7 @@ <Image Width="32"
Height="32"
SnapsToDevicePixels="True"
- Source="Images/picture_small.png"/>
+ Source="Images/picture.png"/>
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
Content="Preview"/>
|