]> granicus.if.org Git - handbrake/commitdiff
WinGui: Use the Lower res assets for now until we implement low/high res icon support.
authorsr55 <sr55.hb@outlook.com>
Fri, 15 Dec 2017 23:18:54 +0000 (23:18 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 15 Dec 2017 23:18:54 +0000 (23:18 +0000)
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Views/Images/ActivityWindow_small.png
win/CS/HandBrakeWPF/Views/Images/Movies_small.png [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/Images/Queue_Small.png
win/CS/HandBrakeWPF/Views/Images/picture_small.png
win/CS/HandBrakeWPF/Views/MainView.xaml

index 226a6eeb2d78cb313fe741229bc3af615386bbe0..dea2d44d0cb816fe5f3376d138ed22e665ef6c47 100644 (file)
     <Analyzer Include="..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />\r
     <Analyzer Include="..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />\r
   </ItemGroup>\r
+  <ItemGroup>\r
+    <Resource Include="Views\Images\Movies_small.png" />\r
+  </ItemGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
index 0198dc4f017fdeb2468d268064a414e26c81a619..2589bc0856fc1e905e5ea0f43375e0306aea0f5d 100644 (file)
Binary files a/win/CS/HandBrakeWPF/Views/Images/ActivityWindow_small.png and b/win/CS/HandBrakeWPF/Views/Images/ActivityWindow_small.png differ
diff --git a/win/CS/HandBrakeWPF/Views/Images/Movies_small.png b/win/CS/HandBrakeWPF/Views/Images/Movies_small.png
new file mode 100644 (file)
index 0000000..128edda
Binary files /dev/null and b/win/CS/HandBrakeWPF/Views/Images/Movies_small.png differ
index 03c4741316c67f4b2c4c62a22aea7f5da3ee3293..cf586b0f9ad3c05588eb3c44e130338f2dc5d096 100644 (file)
Binary files a/win/CS/HandBrakeWPF/Views/Images/Queue_Small.png and b/win/CS/HandBrakeWPF/Views/Images/Queue_Small.png differ
index 0e0abf349e00fa031bc7d7747f0f6c39e27233ba..bb57b35b403c07663e203094a180a42b486b8360 100644 (file)
Binary files a/win/CS/HandBrakeWPF/Views/Images/picture_small.png and b/win/CS/HandBrakeWPF/Views/Images/picture_small.png differ
index e84b8ee98b53c08a6072c3b0715702d151da91ae..4d2f58719ff85e3d85df57b8b2be4d61b79adcf7 100644 (file)
                     <StackPanel Orientation="Horizontal">\r
                         <Image Width="32"\r
                                Height="32"\r
-                               Source="Images/Movies.png"/>\r
+                               Source="Images/Movies_small.png"/>\r
                         <Label Margin="8,0,0,0"\r
                                VerticalAlignment="Center"\r
                                Content="{x:Static Properties:ResourcesUI.MainView_SourceOpen}"/>\r
                 <Button PreviewMouseLeftButtonDown="AddToQueue_PreviewMouseDown" ContextMenuService.IsEnabled="False" AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_AddToQueue}">\r
                     <StackPanel Orientation="Horizontal">\r
                         <StackPanel Orientation="Horizontal">\r
-                            <Image Width="32" Height="32" SnapsToDevicePixels="True" Source="Images/AddToQueue.png" />\r
+                            <Image Width="32" Height="32" SnapsToDevicePixels="True" Source="Images/AddToQueue_small.png" />\r
                             <Label Margin="8,0,0,0" VerticalAlignment="Center" Content="{x:Static Properties:ResourcesUI.MainView_AddToQueue}" />\r
                         </StackPanel>\r
 \r
                         <Image Width="32"\r
                                Height="32"\r
                                SnapsToDevicePixels="True"\r
-                               Source="Images/Queue.png"/>\r
+                               Source="Images/Queue_small.png"/>\r
                         <Label Margin="8,0,0,0"\r
                                VerticalAlignment="Center"\r
                                Content="{Binding QueueLabel, FallbackValue='{x:Static Properties:ResourcesUI.MainView_ShowQueue}'}"/>\r
                         <Image Width="32"\r
                                Height="32"\r
                                SnapsToDevicePixels="True"\r
-                               Source="Images/picture.png"/>\r
+                               Source="Images/picture_small.png"/>\r
                         <Label Margin="8,0,0,0"\r
                                VerticalAlignment="Center"\r
                                Content="Preview"/>\r
                     <StackPanel Orientation="Horizontal">\r
                         <Image Width="32"\r
                                Height="32"\r
-                               Source="Images/ActivityWindow.png"/>\r
+                               Source="Images/ActivityWindow_small.png"/>\r
                         <Label Margin="8,0,0,0"\r
                                VerticalAlignment="Center"\r
                                Content="Activity Log"/>\r