diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-14 23:32:04 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-14 23:32:04 +0200 |
| commit | ce124dc2bd35effeb99979a8cc0adc3d1e933d6a (patch) | |
| tree | b73103be4ad76194476fdb84be86b51a873113cd | |
| parent | a3d048ec7bcb2fd4d1deb8b624a331c56c2a7848 (diff) | |
| parent | 440d14be51499458df6da786c61dd8638c18a1f3 (diff) | |
| download | monzero-gui-ce124dc2bd35effeb99979a8cc0adc3d1e933d6a.tar.gz monzero-gui-ce124dc2bd35effeb99979a8cc0adc3d1e933d6a.tar.xz monzero-gui-ce124dc2bd35effeb99979a8cc0adc3d1e933d6a.zip | |
Merge pull request #258
440d14b fix basic layout (Jaquee)
| -rw-r--r-- | MiddlePanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 3917fdd3..60f79185 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -186,6 +186,7 @@ Rectangle { anchors.verticalCenter: parent.verticalCenter anchors.top: parent.top anchors.right: parent.right + anchors.topMargin: 10 width: 256 columns: 3 @@ -272,7 +273,6 @@ Rectangle { anchors.topMargin: 30 Layout.fillWidth: true Layout.fillHeight: true - anchors.top: parent.top anchors.margins: 4 clip: true // otherwise animation will affect left panel |
