mirror of
https://github.com/monero-project/monero-gui
synced 2024-10-31 21:56:42 +01:00
labelSubHeader: fix width bug
This commit is contained in:
parent
97cd215491
commit
119d91ab80
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user