[PATCH] Max width calculation in JMultilineLabel doen't work on long messages
On long messages (e.g. the disable plugins message in checkException in PluginHandler.java) the width of the message window is too large. The message could be displayed in a far more smaller window. It seems to me that the calculation of the width of the message is somewhat wrong. I made a patch, and the width is now correct, but I'm not sure if this hasn't any side effects. Maybe you JOSM experts can have a look at it. ;-)
See the patch and the screenshots I attached.
Change History
(5)
Resolution: |
→ fixed
|
Status: |
new → closed
|
In r1864.
I ask myself if this was the only reason for the long dialogs or if there are still other sources.