Opened 5 years ago
Last modified 5 years ago
#19529 new defect
Download Dialog: Tile numbers: Button offset
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report download dialog tile numbers button | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- Open Download Dialog
- Switch to "Tile numbers" tab
- Look at button right of the input box of "Tile address"
What is the expected result?
The button to be in line with the text box
What happens instead?
The button is noticeable below the input box
Please provide any additional information below. Attach a screenshot if possible.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-07-12 22:12:46 +0200 (Sun, 12 Jul 2020) Revision:16754 Build-Date:2020-07-13 01:30:53 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (1)
Change History (4)
by , 5 years ago
Attachment: | josm_download_dialog_tileNumbers_button_offset.png added |
---|
comment:1 by , 5 years ago
The problem should be around here: https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java#L460
For me, it looks like the input field is misaligned, not the button.
comment:2 by , 5 years ago
Changing this line: https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java#L452
to this gc.fill = GridBagConstraints.BOTH;
solves the issue, but gives very inconsistent look :/
comment:3 by , 5 years ago
Description: | modified (diff) |
---|
screenshot