mbdavid / LiteDB.Studio

A GUI tool for viewing and editing documents for LiteDB v5
MIT License
750 stars 197 forks source link

Support High DPI Awareness #55

Open maratmuginov opened 3 years ago

maratmuginov commented 3 years ago

.NET Framework WinForms defaults to 90 dots per inch. WinForms applications running on high dpi monitors will appear blurry. Thankfully there is an easy fix with the SetProcessDpiAware Win32 API function