Modify ↓
Opened 4 years ago
Closed 4 years ago
#3114 closed defect (fixed)
[PATCH] Max width calculation in JMultilineLabel doen't work on long messages
| Reported by: | Michi | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: | osm-talk@… |
Description
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.
Attachments (3)
Change History (5)
Changed 4 years ago by Michi
Changed 4 years ago by Michi
Changed 4 years ago by Michi
comment:1 Changed 4 years ago by Michi
- Cc osm-talk@… added
comment:2 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



In r1864.
I ask myself if this was the only reason for the long dialogs or if there are still other sources.