Gnomeshade
Gnomeshade copied to clipboard
List of transfers, purchases, links and loans does not update after adding a new one
After creating a new transfer, purchase or link, the list does not resize; a new loan does not show up at all.
This issue is most likely caused by the scrollview, which contains all the editor. Auto resizing of controls does not seem to work when the parent control automatically extends to the size needed by the content.
An alternative would to use tabs, instead of listing all editors at once. However, that would make it harder to compare transfers with purchases, etc. Or perhaps using dialogs for editing, which would reduce the size of the overviews, even with detailed view of a single item. Perhaps it would be better to open each transaction in its own window, so that the user can view multiple transactions at once.
Refactored UI in #874, looks like ScrollView was not the issue.