diff --git a/src/qt/trafficgraphwidget.cpp b/src/qt/trafficgraphwidget.cpp index 63bf9fb79ed36e..156dec1cdd23df 100644 --- a/src/qt/trafficgraphwidget.cpp +++ b/src/qt/trafficgraphwidget.cpp @@ -162,8 +162,8 @@ void TrafficGraphWidget::paintEvent(QPaintEvent *) const int nScale = GUIUtil::getFontScale() / 2; const int nMarginStats = 20; const int nPadding = 5; - const int nWidthStats = 160 + nScale * 3 - 2 * nPadding; - const int nHeightStats = 110 + nScale - 2 * nPadding; + const int nWidthStats = 170 + nScale * 3 - 2 * nPadding; + const int nHeightStats = 120 + nScale - 2 * nPadding; const int nSizeMark = nWidthStats * 0.15; const int nWidthText = nWidthStats * 0.45; const int nWidthBytes = nWidthStats * 0.4;