Opened 4 months ago
Closed 4 months ago
#18395 closed defect (limitation)
Compound-description size change changes table size instead of dialog size
| Reported by: | Elaine Meng | Owned by: | Eric Pettersen |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Surface/Binding Analysis | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
One other mildly annoying thing is that switching from multiple compounds chosen to a single compound would shrink/expand the list at the top instead of leaving the list the same size and shrinking/expanding the overall panel height. Maybe too hard to make it do the latter, however.
Note:
See TracTickets
for help on using tickets.
I don't think this is feasible. In the code where I lay out the contents of the description area I can't get any reliable indication of what the actual height will be. I would have to register some kind of callback for when the dialog actually gets updated, and even then I'm not sure I could increase or decrease the overall dialog height.