[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

Ralf Habacker bugzilla_noreply at kde.org
Wed Oct 5 15:47:31 BST 2022


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

--- Comment #1 from Ralf Habacker <ralf.habacker at 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.


More information about the KMyMoney-devel mailing list