Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KenPanCS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QCD
Tools
KenPanCS
Commits
2b86d82f
Commit
2b86d82f
authored
Dec 24, 2021
by
tsuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手動で低解像度環境でもフォーマットが崩れない形に修正
parent
9218b0c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
App.config
Code/CSRender/CSRender/App.config
+3
-3
CSRender.csproj
Code/CSRender/CSRender/CSRender.csproj
+3
-1
app.manifest
Code/CSRender/CSRender/app.manifest
+3
-0
No files found.
Code/CSRender/CSRender/App.config
View file @
2b86d82f
...
@@ -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
Code/CSRender/CSRender/CSRender.csproj
View file @
2b86d82f
...
@@ -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>
...
...
Code/CSRender/CSRender/app.manifest
View file @
2b86d82f
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment