https://bugs.kde.org/show_bug.cgi?id=342139

--- Comment #5 from Nicolas <nicolas.ho...@gmail.com> ---
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
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to