SketchUp / sketchup-stl

A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
http://extensions.sketchup.com/content/sketchup-stl
MIT License
247 stars 68 forks source link

WebDialog content looks bad when Windows text size is higher than 100% #96

Open thomthom opened 11 years ago

thomthom commented 11 years ago

This is only 125%:

stl-highdpi

jimfoltz commented 11 years ago

I don't know how to fix this. Do we need to iterate through the controls and calculate the window width from the combined widths of the widest controls?

Can a SKUI Window resize itself to its contents?

thomthom commented 11 years ago

I have an idea. I'll have a stab at it. I also have a system with high DPI monitor so I can test how it actually looks like.

thomthom commented 10 years ago

I think this might be fixed by my tweak for Windows 8.1. I'll check and confirm.