Modify ↓
Opened 17 years ago
Closed 17 years ago
#1672 closed defect (fixed)
JOSM preferences scrolling disables scroller for plugin
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | Cc: |
Description
In one of the last revisions scrollable preferences have been introduced. This conflicts with the plugin preferences tab which now always have the 3 buttons at the end of the scrollable area.
Before these buttons have always been visible and the scroll area was limited to the text above buttons.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
I noticed that and I am already working on a patch that corrects that behaviour. However it is not easy as the size of the preferences dialog itself is set dependant of the screen resolution after the dialog has been initialized (and therefore the size is not accessible when creating the tabs).