diff options
author | sr55 <[email protected]> | 2013-11-02 12:55:16 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-11-02 12:55:16 +0000 |
commit | 40ad979ea32d0e260ae9e10d1035fcd4ae268c93 (patch) | |
tree | 32ce23db3df8c135888fc162f94ed7a32d7c8742 /win | |
parent | 027d6745f293a4c28988cd38c71e5bf904435d65 (diff) |
WinGui: Changed the Source Menu file icon to something that scales down a bit better.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5866 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 5 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Views/Images/Disc.png | bin | 0 -> 4504 bytes | |||
-rw-r--r-- | win/CS/HandBrakeWPF/Views/Images/file.png | bin | 0 -> 217 bytes | |||
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 46587920d..9e3abc5a8 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -524,7 +524,10 @@ <ItemGroup>
<Resource Include="Views\Images\Advanced.png" />
</ItemGroup>
- <ItemGroup />
+ <ItemGroup>
+ <Resource Include="Views\Images\Disc.png" />
+ <Resource Include="Views\Images\file.png" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.*\StyleCop.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
diff --git a/win/CS/HandBrakeWPF/Views/Images/Disc.png b/win/CS/HandBrakeWPF/Views/Images/Disc.png Binary files differnew file mode 100644 index 000000000..74465ef5a --- /dev/null +++ b/win/CS/HandBrakeWPF/Views/Images/Disc.png diff --git a/win/CS/HandBrakeWPF/Views/Images/file.png b/win/CS/HandBrakeWPF/Views/Images/file.png Binary files differnew file mode 100644 index 000000000..1bef391eb --- /dev/null +++ b/win/CS/HandBrakeWPF/Views/Images/file.png diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index a4ce51b11..fde91bcef 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -202,7 +202,7 @@ </StackPanel>
</MenuItem.Header>
<MenuItem.Resources>
- <Image x:Key="Movie" x:Shared="False" MaxWidth="16" SnapsToDevicePixels="True" Source="Images/Movies.png" />
+ <Image x:Key="Movie" x:Shared="False" MaxWidth="16" SnapsToDevicePixels="True" Source="Images/file.png" />
<Image x:Key="Folder" x:Shared="False" MaxWidth="16" SnapsToDevicePixels="True" Source="Images/folder.png" />
<Image x:Key="Disc" x:Shared="False" MaxWidth="16" SnapsToDevicePixels="True" Source="Images/disc_small.png" />
</MenuItem.Resources>
|