d2lmirrors / anolis

Anolis is the underlying project for the XPize and Vize resource switchers for Windows XP and Vista respectivly. The codebase allows for the easy swapping around of resources within Win32 executables and other files. (just adding some missing data)
GNU General Public License v2.0
1 stars 0 forks source link

Fix wizard scaling #35

Closed Dobby233Liu closed 1 year ago

Dobby233Liu commented 1 year ago

creation date = 2009-03-27T19:54:27.44-07:00

There are issues relating to scaling on Windows Vista (and later) with font size and DPI settings. I've fixed the font scaling by changing all the references to AutoScaleMode.Font to AutoScaleMode.Dpi, but it still looks really bad when using a non-default DPI setting. I'll need to get Sven involved.

Dobby233Liu commented 1 year ago

closed date = 2009-04-16T17:47:55.657-07:00

I've revamped the W3b.Wizards library and Aero Wizards are now more presentable on Vista. In short, everything looks good.