Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)dexeuxJune 23, 2016 at 7:47 PM#How to align the header text?I wish to align the header text at the top of the nsis installer. Is it possible? I'm using MUI2.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)AndersJune 23, 2016 at 8:02 PM#A) Edit Contrib\UIs\modern.exe with Resource Hacker, save as new file and use the define listed in the MUI readme to apply it. or B) Call GetWindowRect+ScreenToClient+SetWindowPos with the system plug-in in .onGuiInit?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)dexeuxJune 24, 2016 at 12:05 PM#Thank you, the A) solution worked easily.