Commit 2b86d82f authored by tsuji's avatar tsuji

手動で低解像度環境でもフォーマットが崩れない形に修正

parent 9218b0c9
......@@ -39,7 +39,7 @@
</setting>
</CSRender.Properties.Settings>
</userSettings>
<runtime>
<AppContextSwitchOverrides value = "Switch.System.Windows.DoNotScaleForDpiChanges=false"/>
</runtime>
<!--runtime-->
<!--AppContextSwitchOverrides value = "Switch.System.Windows.DoNotScaleForDpiChanges=false"/-->
<!--/runtime-->
</configuration>
\ No newline at end of file
......@@ -106,7 +106,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="app.manifest">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
......
......@@ -53,6 +53,9 @@
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<!--dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
PerMonitor
</dpiAwareness-->
</windowsSettings>
</application>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment