diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-20 00:51:54 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | bbc16e36dd2759076dadc38c229f4485bf12ec98 (patch) | |
| tree | 5b5cf0f9e66614953b6f47aae25086a9a7972cb6 /LeftPanel.qml | |
| parent | 499419a23cd5553cc6295127b67af5744e79c379 (diff) | |
| download | monzero-gui-bbc16e36dd2759076dadc38c229f4485bf12ec98.tar.gz monzero-gui-bbc16e36dd2759076dadc38c229f4485bf12ec98.tar.xz monzero-gui-bbc16e36dd2759076dadc38c229f4485bf12ec98.zip | |
Fixes the progressbars alignment
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index d2eb3df0..27ac3e5a 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -596,8 +596,6 @@ Rectangle { anchors.bottom: parent.bottom syncType: qsTr("Daemon") visible: networkStatus.connected - anchors.leftMargin: 4 * scaleRatio - anchors.rightMargin: 4 * scaleRatio height: 62 * scaleRatio } } // menuRect |
