mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-19 03:07:25 -04:00
QML: fix various warnings
This commit is contained in:
@@ -93,9 +93,8 @@ Item {
|
||||
anchors.right: parent.right
|
||||
|
||||
Item {
|
||||
height: 220
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
Layout.preferredHeight: 220
|
||||
Layout.fillWidth: true
|
||||
|
||||
Rectangle {
|
||||
id: tracker
|
||||
@@ -258,8 +257,7 @@ Item {
|
||||
|
||||
Item {
|
||||
Layout.preferredHeight: 40
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
Layout.fillWidth: true
|
||||
|
||||
Item {
|
||||
width: (parent.width - qrImg.width) - (50)
|
||||
@@ -524,8 +522,7 @@ Item {
|
||||
Item {
|
||||
Layout.topMargin: 32
|
||||
Layout.preferredHeight: 40
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
Layout.fillWidth: true
|
||||
|
||||
ColumnLayout {
|
||||
spacing: 16
|
||||
|
||||
Reference in New Issue
Block a user