diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-05-03 12:58:41 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-05-03 12:58:41 -0500 |
| commit | 2d7b3e2bef3735a2fe379217dc938a1dd81b8977 (patch) | |
| tree | b6d1e01ed6a91ce1cdf016bd88d902e62ebc559f /components | |
| parent | 1b529fabefe2aef9cc6cde0b5f324f2e86783918 (diff) | |
| parent | 119d91ab805b881da85742e5ebb8f193ebffde6c (diff) | |
| download | monzero-gui-2d7b3e2bef3735a2fe379217dc938a1dd81b8977.tar.gz monzero-gui-2d7b3e2bef3735a2fe379217dc938a1dd81b8977.tar.xz monzero-gui-2d7b3e2bef3735a2fe379217dc938a1dd81b8977.zip | |
Merge pull request #2144
119d91a labelSubHeader: fix width bug (mmbyday)
Diffstat (limited to 'components')
| -rw-r--r-- | components/LabelSubheader.qml | 2 |
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 |
