diff options
| author | selsta <selsta@sent.at> | 2019-07-21 21:51:47 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-07-21 23:23:03 +0200 |
| commit | f20ab12cf3bd7575e7c0043c64de3ab74c211218 (patch) | |
| tree | 6aab133a29ccc8071382379565eb10bff35cd55c /LeftPanel.qml | |
| parent | 705439c78b9e33637505aaf8c3f6b433cc5854ce (diff) | |
| download | monzero-gui-f20ab12cf3bd7575e7c0043c64de3ab74c211218.tar.gz monzero-gui-f20ab12cf3bd7575e7c0043c64de3ab74c211218.tar.xz monzero-gui-f20ab12cf3bd7575e7c0043c64de3ab74c211218.zip | |
QML: fix various warnings
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index e8052e6b..5e74260b 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -114,13 +114,12 @@ Rectangle { anchors.top: parent.top anchors.topMargin: (persistentSettings.customDecorations)? 50 : 0 - RowLayout { + Item { Item { anchors.left: parent.left anchors.top: parent.top anchors.topMargin: 20 anchors.leftMargin: 20 - anchors.verticalCenter: parent.verticalCenter height: 490 width: 260 @@ -230,7 +229,6 @@ Rectangle { anchors.top: parent.top anchors.topMargin: 20 anchors.leftMargin: 20 - anchors.verticalCenter: parent.verticalCenter height: 490 width: 50 |
