https://bugs.kde.org/show_bug.cgi?id=342139
--- Comment #5 from Nicolas <[email protected]> --- After inspecting this a little, i found the following behaviour in Navigator::sizeHint() (in kontact/src/iconsidepane.cpp) At start siteHint() calculates different values for rect().width() and contentsRect().width() than after resizin the window start (first 4 calls to sizeHint()): maxWidth: 102, rect().width(): 74, contentsRect().width(): 70 later (when resizing): maxWidth: 102, rect().width(): 106, contentsRect().width(): 102 I hope this is helpful.. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
