Conversation
|
Does this fix #40? |
|
Yes it does. |
|
Hi, I responded quite in hurry, sorry. While beyond my understanding in the grand scheme of things (I'm a newbie in Unity) it behave as intended as it's using parent's scaling (without any kind or UI reload or game restart). You can compare behavior between unpatched DLL and patched DLL. With unpatched version, icons in the planetarium stand out from other filtering icons (bigger when using bellow 100% scaling, smaller using above 100%) with comsat button control overlapping them (hence the change in its ofset). The fix now use parents scaling without changing any offset previously shipped in the mod, just making sure that they are scaled to whatever is the chosen scaling (by inheriting parents -stock ui- scaling). PS: sorry for any bad wording, English isn't my main language. |
This PR fix mission control layout and tracking station button that doesn't respect UI scaling setting.
Tested with UI scaling ranging from 80% to 200%.