diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-12-18 09:52:02 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-18 09:52:02 -0600 |
| commit | 4c3f84a69501764015a00a3dd5497f11325354b6 (patch) | |
| tree | f3cda2dfe00d685259518a403eb16992df96bf36 /components/NetworkStatusItem.qml | |
| parent | 9b3a0d5b13bcc3e9c1b388c5a16b1805892dbce9 (diff) | |
| parent | 515bb16418564ff3990b489d37c115a5f82f3e72 (diff) | |
| download | monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.tar.gz monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.tar.xz monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.zip | |
Merge pull request #1835
515bb16 fix various QML warnings (xiphon)
Diffstat (limited to 'components/NetworkStatusItem.qml')
| -rw-r--r-- | components/NetworkStatusItem.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/NetworkStatusItem.qml b/components/NetworkStatusItem.qml index e9b1b3ae..edc22595 100644 --- a/components/NetworkStatusItem.qml +++ b/components/NetworkStatusItem.qml @@ -57,7 +57,6 @@ Rectangle { Item { id: iconItem - anchors.top: parent.top width: 40 * scaleRatio height: 40 * scaleRatio opacity: { @@ -84,8 +83,6 @@ Rectangle { } Item { - anchors.top: parent.top - anchors.left: iconItem.right height: 40 * scaleRatio width: 260 * scaleRatio |
