diff options
author | sr55 <[email protected]> | 2013-11-02 14:34:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-11-02 14:34:50 +0000 |
commit | 9fbc52f2b65d7259ca33fc774b99a26d88976f1c (patch) | |
tree | 42277ea040af3c7d0da1bf004e9c0736a00e8957 /win/CS/HandBrakeWPF/Views/PreviewView.xaml | |
parent | 40ad979ea32d0e260ae9e10d1035fcd4ae268c93 (diff) |
WinGui: Update the video preview window icon. Was using the wrong one.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5867 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/PreviewView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/PreviewView.xaml | 8 |
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>
|