Bug #2058
[Windows] Adjust client UI scaling factor according to system DPI setting
Status:
Closed
Priority:
Normal
Assignee:
Category:
User experience
Target version:
Start date:
2015-05-16
% Done:
100%
Description
Currently, when running on Windows with a higher than default DPI setting, the UI is not sized correctly. The client should check the system DPI setting and adjust the UI scaling factor accordingly.
For instance, with a 200% Windows scaling the command line option "-dpi 2.0" produces the correct appearance.
Associated revisions
Windows|libappfw: Use Direct2D to query the desktop DPI factor
The UI is sized according to the system desktop settings.
IssueID #2058
History
#1 Updated by skyjake about 9 years ago
- Status changed from New to Closed
- Assignee set to skyjake
- Target version set to 2.0 – Home UI & Packages
- % Done changed from 0 to 100
#2 Updated by skyjake about 9 years ago
- Status changed from Closed to In Progress
- % Done changed from 100 to 80
#3 Updated by skyjake about 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
The DPI settings can be queried via Direct2D.
Windows|libappfw: Use system DPI factor to scale UI elements
IssueID #2058