diff options
Diffstat (limited to 'mobile-widgets/qml/StatisticsPage.qml')
-rw-r--r-- | mobile-widgets/qml/StatisticsPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/StatisticsPage.qml b/mobile-widgets/qml/StatisticsPage.qml index 2948dd067..e13d1ec6f 100644 --- a/mobile-widgets/qml/StatisticsPage.qml +++ b/mobile-widgets/qml/StatisticsPage.qml @@ -135,7 +135,7 @@ Kirigami.Page { Layout.column: wide ? 1 : 0 Layout.row: wide ? 0 : 3 Layout.columnSpan: wide ? 1 : 3 - Layout.rowSpan: wide ? 5 : 1 + Layout.rowSpan: wide ? 6 : 1 id: statsView Layout.margins: Kirigami.Units.smallSpacing Layout.fillWidth: true |