fix various QML warnings

This commit is contained in:
xiphon
2018-12-17 09:10:11 +00:00
parent 59fc48bd8b
commit 515bb16418
9 changed files with 18 additions and 40 deletions

View File

@@ -244,7 +244,6 @@ Rectangle {
StandardButton {
id: resolveButton
anchors.left: parent.left
width: 80
text: qsTr("Resolve") + translationManager.emptyString
visible: isValidOpenAliasAddress(addressLine.text)

View File

@@ -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

View File

@@ -374,11 +374,8 @@ Rectangle{
ColumnLayout {
id: localNodeLayout
anchors.margins: 0
spacing: 20 * scaleRatio
Layout.topMargin: 40
anchors.left: parent.left
anchors.right: parent.right
visible: !isMobile && !persistentSettings.useRemoteNode
Rectangle {

View File

@@ -66,7 +66,7 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment: Qt.AlignVCenter
spacing: 0
Text {
@@ -157,7 +157,7 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment: Qt.AlignVCenter
spacing: 0
Text {
@@ -248,7 +248,7 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment: Qt.AlignVCenter
spacing: 0
Text {
@@ -337,7 +337,7 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment: Qt.AlignVCenter
spacing: 0
Text {