Commit 2b86d82f authored by tsuji's avatar tsuji

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

parent 9218b0c9
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</setting> </setting>
</CSRender.Properties.Settings> </CSRender.Properties.Settings>
</userSettings> </userSettings>
<runtime> <!--runtime-->
<AppContextSwitchOverrides value = "Switch.System.Windows.DoNotScaleForDpiChanges=false"/> <!--AppContextSwitchOverrides value = "Switch.System.Windows.DoNotScaleForDpiChanges=false"/-->
</runtime> <!--/runtime-->
</configuration> </configuration>
\ No newline at end of file
...@@ -106,7 +106,9 @@ ...@@ -106,7 +106,9 @@
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource> </EmbeddedResource>
<None Include="app.manifest" /> <None Include="app.manifest">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" /> <None Include="packages.config" />
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
......
...@@ -53,6 +53,9 @@ ...@@ -53,6 +53,9 @@
<application xmlns="urn:schemas-microsoft-com:asm.v3"> <application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings> <windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<!--dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
PerMonitor
</dpiAwareness-->
</windowsSettings> </windowsSettings>
</application> </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