You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you open the About dialog window and click through to display the license you notice that the window is resizing. It seems that this is due to the fact that portion of the license text that is written in CAPTIAL LETTERS is too wide to display.
Is there a way to make the dialog window calculate the required width before opening the dialog window? (Kind of, window.pack() in other languages.)