mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
labelSubHeader: fix width bug
This commit is contained in:
parent
97cd215491
commit
119d91ab80
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue