Merge pull request #2144

119d91a labelSubHeader: fix width bug (mmbyday)
This commit is contained in:
luigi1111 2019-05-03 12:58:41 -05:00
commit 2d7b3e2bef
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -34,6 +34,8 @@ import "../components/effects/" as MoneroEffects
Label { Label {
id: item id: item
fontSize: 18 fontSize: 18
anchors.left: parent.left
anchors.right: parent.right
Rectangle { Rectangle {
anchors.top: item.bottom anchors.top: item.bottom