When I set ExtMsgBox to use fixed font, the width is calculated incorrectly, so text wraps.
my code:
#include <_ExtMsgBox.au3>
#include <Array.au3>
_ExtMsgBoxSet(0, 0, -1, -1, 10, "courier new") ; Set _ExtMsgBox formatting
ShowAbout()
Func ShowAbout()
Local $ar[1] = [0]
_ArrayAdd($ar...