diff options
author | sr55 <[email protected]> | 2012-11-17 16:06:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-11-17 16:06:13 +0000 |
commit | e08b3bd4dcb7d320e761b9bd73fda0f6645da151 (patch) | |
tree | cdd238f28ebdd93da01314e3c9297818f08aefce /win/CS/HandBrakeWPF/Views/AddPresetView.xaml | |
parent | 9ef5cd354574c56e76436284fafda0dcd250f821 (diff) |
WinGui: Tweaks to the graphics files by nikpawlak and some alternate play/pause icons that fit well by jamiemlaw.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5066 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AddPresetView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AddPresetView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml index 946e6b7d2..d6f6cb7e0 100644 --- a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml +++ b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml @@ -38,7 +38,7 @@ Height="24"
Margin="10,0,5,0"
VerticalAlignment="Center"
- Source="Images/Add16.png" />
+ Source="Images/Add40.png" />
<StackPanel VerticalAlignment="Center" Orientation="Vertical">
<TextBlock FontWeight="Bold" Text="Add a Preset" />
</StackPanel>
|