diff options
author | sr55 <[email protected]> | 2012-09-27 18:33:27 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-09-27 18:33:27 +0000 |
commit | 90f838d4927aed6596c3598c62900fdc8102dfc4 (patch) | |
tree | bf27257c0266b28621d045b3a6c0c6c13270bee2 /win/CS/HandBrakeWPF/Views/AboutView.xaml | |
parent | 13fa879da65fede9fc2600eee77ad5bd13395400 (diff) |
WinGui: Deploy the updated application icon.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4988 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AboutView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AboutView.xaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AboutView.xaml b/win/CS/HandBrakeWPF/Views/AboutView.xaml index dcf159967..5abd5c152 100644 --- a/win/CS/HandBrakeWPF/Views/AboutView.xaml +++ b/win/CS/HandBrakeWPF/Views/AboutView.xaml @@ -22,13 +22,13 @@ </Grid.ColumnDefinitions>
<Image Grid.Column="0"
- Width="64"
- Height="64"
+ Width="96"
+ Height="96"
Margin="10,10,10,10"
HorizontalAlignment="Left"
VerticalAlignment="Top"
SnapsToDevicePixels="True"
- Source="Images/logo64.png" />
+ Source="Images/logo128.png" />
<Grid Grid.Column="1">
<Grid.RowDefinitions>
|