SimpleClassicTheme.Taskbar
SimpleClassicTheme.Taskbar copied to clipboard
Implement scaling
Fully DPI-awareness (PerMonitorV2) Layout at 96dpi, scaled up afterwards After scaling layout changes must be done at full DPI Renderers will draw at full DPI Branch: scaling (based on ad8110ef446b16e6be689db4c7de4a9d05c23216)
General:
- [x] Set high DPI mode to PerMonitorV2 (commit c2b17d64db20530e41f6cea5a5773d830b00e093)
Taskbar:
- [x] Disable WinForms automatic scaling (commit 2d1ada48df08e66fdb4c4599fec5e2cfa7d1f45f)
- [ ] Manually scale the taskbar
- [ ] Reshow taskbars when scaling options changed
- [ ] Make renderers DPI aware when they change widths and positions
Settings: To be done