mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
fix various QML warnings
This commit is contained in:
@@ -55,9 +55,6 @@ Rectangle {
|
||||
// solo
|
||||
ColumnLayout {
|
||||
id: soloBox
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
spacing: 20 * scaleRatio
|
||||
|
||||
Label {
|
||||
@@ -114,8 +111,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
StandardButton {
|
||||
anchors.left: parent.left
|
||||
anchors.topMargin: 17 * scaleRatio
|
||||
Layout.topMargin: 17 * scaleRatio
|
||||
width: 60 * scaleRatio
|
||||
small: true
|
||||
text: qsTr("Generate") + translationManager.emptyString
|
||||
@@ -204,8 +200,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
StandardButton {
|
||||
anchors.left: parent.left
|
||||
anchors.topMargin: 17 * scaleRatio
|
||||
Layout.topMargin: 17 * scaleRatio
|
||||
width: 60
|
||||
small: true
|
||||
text: qsTr("Check") + translationManager.emptyString
|
||||
|
||||
Reference in New Issue
Block a user