SUMMARY The height of the rows in the TableView obviously is adjusted always by the number of tags assigned to the image. So rows for images with many tags are big enough to fit all of those at the same time. Height stays the same even if the "Tags" column is removed and not visible anymore. STEPS TO REPRODUCE 1. Open an album with images tagged with several tags in parallel 2. Remove the (default) column "Tags" OBSERVED RESULT Height of table rows stays as before EXPECTED RESULT Row height should be reduced to the actually visible data SOFTWARE/OS VERSIONS Windows: 10 ADDITIONAL INFORMATION Changing the tab/view back and forth does not change anything, so no update problem.
Just found out because it was a quite long list in my case and further testing: There is some update problem, as I finally could manage to display all entries in a "one-line" row after switching back and forth to different views. Even when removing the column, some entries directly switch to appropriate height, but not all. Additionally those who switched don't enlarge again when re-enabling the display of tags leading to cluttered display in those cases.
Hi, Please test with 7.2.0 pre-release compiled with current code to see if problem remain : https://files.kde.org/digikam/ Gilles Caulier
Git commit 73247bf4567fed4dcbef40a83947d0c70904a24e by Maik Qualmann. Committed on 11/03/2021 at 11:46. Pushed by mqualmann into branch 'master'. update table layout after add or remove column FIXED-IN: 7.2.0 M +2 -2 NEWS M +12 -0 core/app/views/tableview/tableview_model.cpp https://invent.kde.org/graphics/digikam/commit/73247bf4567fed4dcbef40a83947d0c70904a24e
With digiKam-7.2.0-20210311T200524-Win64.exe the issue is solved. Very nice and fast work, very much appreciated :-)