mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 10:47:25 -04:00
Fixes runtime QML warning
This commit is contained in:
committed by
moneromooo-monero
parent
3f9926487d
commit
c001e31241
@@ -52,6 +52,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
Item {
|
||||
anchors.top: item.top
|
||||
anchors.topMargin: 10 * scaleRatio
|
||||
anchors.leftMargin: 15 * scaleRatio
|
||||
anchors.rightMargin: 15 * scaleRatio
|
||||
@@ -59,7 +60,7 @@ Rectangle {
|
||||
|
||||
Text {
|
||||
id: progressText
|
||||
anchors.top: item.top
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 6
|
||||
font.family: Style.fontMedium.name
|
||||
font.pixelSize: 13 * scaleRatio
|
||||
@@ -71,7 +72,7 @@ Rectangle {
|
||||
|
||||
Text {
|
||||
id: progressTextValue
|
||||
anchors.top: item.top
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 6
|
||||
anchors.right: parent.right
|
||||
font.family: Style.fontMedium.name
|
||||
|
||||
Reference in New Issue
Block a user