diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-22 13:29:31 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-22 13:29:31 -0500 |
| commit | 25e56ee8fba6b0b87f3cb6d1986eebfee138edfa (patch) | |
| tree | ca470a3f46f947e51f530c28c76135f5cf813af8 /LeftPanel.qml | |
| parent | 40c3e38f5a8577039f339586e572bcbea4a41128 (diff) | |
| parent | f20ab12cf3bd7575e7c0043c64de3ab74c211218 (diff) | |
| download | monzero-gui-25e56ee8fba6b0b87f3cb6d1986eebfee138edfa.tar.gz monzero-gui-25e56ee8fba6b0b87f3cb6d1986eebfee138edfa.tar.xz monzero-gui-25e56ee8fba6b0b87f3cb6d1986eebfee138edfa.zip | |
Merge pull request #2307
f20ab12 QML: fix various warnings (selsta)
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 |
