diff --git a/components/LabelSubheader.qml b/components/LabelSubheader.qml index 585d0027..a9f9bc41 100644 --- a/components/LabelSubheader.qml +++ b/components/LabelSubheader.qml @@ -34,6 +34,8 @@ import "../components/effects/" as MoneroEffects Label { id: item fontSize: 18 + anchors.left: parent.left + anchors.right: parent.right Rectangle { anchors.top: item.bottom