aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2019-04-30 22:57:56 -0700
committermmbyday <mmbyday@protonmail.com>2019-04-30 22:59:08 -0700
commit119d91ab805b881da85742e5ebb8f193ebffde6c (patch)
tree57eec640de67683ebc2a2ff1af99333a9dd32003 /components
parent97cd215491a44c753ee1450712b3b8d93efdcc37 (diff)
downloadmonzero-gui-119d91ab805b881da85742e5ebb8f193ebffde6c.tar.gz
monzero-gui-119d91ab805b881da85742e5ebb8f193ebffde6c.tar.xz
monzero-gui-119d91ab805b881da85742e5ebb8f193ebffde6c.zip
labelSubHeader: fix width bug
Diffstat (limited to 'components')
-rw-r--r--components/LabelSubheader.qml2
1 files changed, 2 insertions, 0 deletions
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