Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4820 from toggl-open-source/fix/edit-view-multi-m…
Browse files Browse the repository at this point in the history
…onitor

Revert "Enable per monitor DPI (win)"
  • Loading branch information
atsvirchkova authored Feb 23, 2021
2 parents d2e549f + 831f069 commit 09e5172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/ui/windows/TogglDesktop/TogglDesktop/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,4 @@
</setting>
</TogglDesktop.Properties.Settings>
</userSettings>
<runtime>
<AppContextSwitchOverrides value = "Switch.System.Windows.DoNotScaleForDpiChanges=false"/>
</runtime>
</configuration>
5 changes: 2 additions & 3 deletions src/ui/windows/TogglDesktop/TogglDesktop/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@
DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should
also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. -->

<!--
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> PerMonitor</dpiAwareness>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>

-->

<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!--
Expand Down

0 comments on commit 09e5172

Please sign in to comment.