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

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