https://bugs.kde.org/show_bug.cgi?id=460007
--- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- The size of graph, which is calculated in void KHomeViewPrivate:;showNetWorthGraph() { Q_Q(KHomeView); // Adjust the size QSize netWorthGraphSize = q->size(); netWorthGraphSize -= QSize(80, 30); m_netWorthGraphLastValidSize = netWorthGraphSize; qDebug() << "netWorthGraphSize" << netWorthGraphSize; contains small values after starting the application > netWorthGraphSize QSize(414, 275) and increases after applying any change in the settings menu (for example changing the state of the splash screen) > netWorthGraphSize QSize(1694, 1172) . -- You are receiving this mail because: You are the assignee for the bug.