fix a bug where the zoom level of HTML viewer is always 200%

This commit is contained in:
Paddy Xu
2017-06-12 18:16:07 +03:00
parent d2e8853b26
commit af33dc5c34
4 changed files with 68 additions and 1 deletions

View File

@@ -56,6 +56,7 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
@@ -65,6 +66,7 @@
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<Compile Include="DpiHelpers.cs" />
<Compile Include="WpfBrowserWrapper.cs" />
<Page Include="WebpagePanel.xaml">
<Generator>MSBuild:Compile</Generator>