[kontact] [Bug 342139] KDE 4.14.3 - Kontact when opening the first time shows only half the side bar in summary.
Nicolas
nicolas.hoeft at gmail.com
Tue Oct 6 13:41:42 BST 2015
https://bugs.kde.org/show_bug.cgi?id=342139
--- Comment #5 from Nicolas <nicolas.hoeft at 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.
More information about the Kdepim-bugs
mailing list