summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/PreviewView.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/PreviewView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/PreviewView.xaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/CS/HandBrakeWPF/Views/PreviewView.xaml b/win/CS/HandBrakeWPF/Views/PreviewView.xaml
index 826634167..db6acfb9b 100644
--- a/win/CS/HandBrakeWPF/Views/PreviewView.xaml
+++ b/win/CS/HandBrakeWPF/Views/PreviewView.xaml
@@ -25,15 +25,15 @@
<StackPanel Orientation="Vertical">
<StackPanel Grid.Row="0"
- Height="30"
+ Height="34"
Margin="0,0,0,10"
Background="White"
Orientation="Horizontal">
- <Image Width="24"
- Height="24"
+ <Image Width="32"
+ Height="32"
Margin="10,0,5,0"
VerticalAlignment="Center"
- Source="Images/window.png" />
+ Source="Images/picture_small.png" />
<StackPanel VerticalAlignment="Center" Orientation="Vertical">
<TextBlock FontWeight="Bold" Text="Create a video preview" />
</StackPanel>