Opened 15 years ago
Closed 15 years ago
#2928 closed defect (fixed)
[PATCH] Adjust button order of the new resolve conflict dialog to the JOSM standard
Reported by: | Michi | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | osm-josm@… |
Description
As long as I know all dialogs have the confirmation / cancel buttons centered and the cancel button is always on the right of all buttons (see search, presets, relations, download, upload, status report, etc.). But the new resolve conflict dialog breaks with that standard: The buttons are aligned to the right and the cancel button is on the left. This is confusing for "fast mouse users" who have get used to it that the cancel button is always the rightmost button.
My attached patch changes the button order and centers the two buttons.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | ConflictResolutionDialog.patch added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In r1782.
Please make patches in the same directory as "ant" is called. This makes patching much easier (i.e. don't go down into source tree).
Patch for standardized button order