mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-22 23:28:45 +00:00
Fixes the progressbars alignment
This commit is contained in:
parent
499419a23c
commit
bbc16e36dd
1 changed files with 0 additions and 2 deletions
|
@ -596,8 +596,6 @@ Rectangle {
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
syncType: qsTr("Daemon")
|
syncType: qsTr("Daemon")
|
||||||
visible: networkStatus.connected
|
visible: networkStatus.connected
|
||||||
anchors.leftMargin: 4 * scaleRatio
|
|
||||||
anchors.rightMargin: 4 * scaleRatio
|
|
||||||
height: 62 * scaleRatio
|
height: 62 * scaleRatio
|
||||||
}
|
}
|
||||||
} // menuRect
|
} // menuRect
|
||||||
|
|
Loading…
Reference in a new issue