summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-11-11 14:33:31 +0000
committersr55 <[email protected]>2012-11-11 14:33:31 +0000
commit271400970da9fa01bec9132e7357fb0d013b33b5 (patch)
tree6664a1ca5e43d59e51b6d7b5324565a116581ff0 /win
parentbc44871d0213e60988dae672de903a3be38911a8 (diff)
WinGui: Updated the preset pane icons.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5056 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r--win/CS/HandBrakeWPF/HandBrakeWPF.csproj2
-rw-r--r--win/CS/HandBrakeWPF/Views/Images/Options24.pngbin857 -> 802 bytes
-rw-r--r--win/CS/HandBrakeWPF/Views/Images/add.pngbin0 -> 730 bytes
-rw-r--r--win/CS/HandBrakeWPF/Views/Images/remove.pngbin0 -> 715 bytes
-rw-r--r--win/CS/HandBrakeWPF/Views/MainView.xaml12
5 files changed, 8 insertions, 6 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
index 9a7a3fc03..2a4b1ad63 100644
--- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
+++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
@@ -377,6 +377,8 @@
<Content Include="defaultsettings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
+ <Resource Include="Views\Images\add.png" />
+ <Resource Include="Views\Images\remove.png" />
<Resource Include="Views\Images\information.png" />
<Resource Include="Views\Images\picture_small.png" />
<None Include="Resources\logo64.png" />
diff --git a/win/CS/HandBrakeWPF/Views/Images/Options24.png b/win/CS/HandBrakeWPF/Views/Images/Options24.png
index ac5ca9678..a9ec85453 100644
--- a/win/CS/HandBrakeWPF/Views/Images/Options24.png
+++ b/win/CS/HandBrakeWPF/Views/Images/Options24.png
Binary files differ
diff --git a/win/CS/HandBrakeWPF/Views/Images/add.png b/win/CS/HandBrakeWPF/Views/Images/add.png
new file mode 100644
index 000000000..055f6a4e9
--- /dev/null
+++ b/win/CS/HandBrakeWPF/Views/Images/add.png
Binary files differ
diff --git a/win/CS/HandBrakeWPF/Views/Images/remove.png b/win/CS/HandBrakeWPF/Views/Images/remove.png
new file mode 100644
index 000000000..9b7e8d732
--- /dev/null
+++ b/win/CS/HandBrakeWPF/Views/Images/remove.png
Binary files differ
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml
index 78c437eb4..ebca0805c 100644
--- a/win/CS/HandBrakeWPF/Views/MainView.xaml
+++ b/win/CS/HandBrakeWPF/Views/MainView.xaml
@@ -553,9 +553,9 @@
<Button Micro:Message.Attach="[Event Click] = [Action PresetAdd]" >
<Button.Content>
<StackPanel Orientation="Horizontal">
- <Image Width="16"
- Height="16"
- Source="Images/Add16.png"
+ <Image Width="18"
+ Height="18"
+ Source="Images/add.png"
/>
<TextBlock Margin="2,0,0,0"
VerticalAlignment="Center"
@@ -568,9 +568,9 @@
<Button Micro:Message.Attach="[Event Click] = [Action PresetRemove]">
<Button.Content>
<StackPanel Orientation="Horizontal">
- <Image Width="16"
- Height="16"
- Source="Images/Close.png"
+ <Image Width="18"
+ Height="18"
+ Source="Images/remove.png"
/>
<TextBlock Margin="2,0,0,0"
VerticalAlignment="Center"