Merge pull request #1835

515bb16 fix various QML warnings (xiphon)
This commit is contained in:
luigi1111
2018-12-18 09:52:02 -06:00
9 changed files with 18 additions and 40 deletions

View File

@@ -247,7 +247,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

@@ -351,11 +351,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
MoneroComponents.StandardButton {

View File

@@ -66,7 +66,7 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment: Qt.AlignVCenter
spacing: 0
Text {
@@ -131,7 +131,7 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment: Qt.AlignVCenter
spacing: 0
Text {
@@ -196,7 +196,7 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment: Qt.AlignVCenter
spacing: 0
Text {
@@ -261,7 +261,7 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment: Qt.AlignVCenter
spacing: 0
Text {