[patch] Add Notes checkbox in DownloadDialog
This adds a checkbox for downloading notes into the download UI. It is still hidden behind the osm.notes.enableDownload
preference which still defaults to false. But if this preference is enabled, the download dialog will behave like I expect it will when notes are unhidden for everyone.
A note about GridbagConstraints. I'm not sure what is going on with the spacing between the checkboxes. As far as I can tell, the insets() function creates margins around objects. The OSM data checkbox and GPX checkbox have 1 or 5 as their right and left margins and have a significant space between them when they are rendered. When I added the notes checkbox with a 5 for the left margin, it appeared right next to the GPX checkbox. I achieved some separation by bumping the left margin up to 50 (pixels?) but am not quite sure what is going on there or if 50 is the ideal value.
Change History
(3)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Component: |
Core → Core notes
|
Keywords: |
notes removed
|
In 7722/josm: