Skip to content

Commit

Permalink
Fix recursive rearrange in connection speed test screen (mozilla-mobi…
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton authored and aaronkollasch committed May 31, 2022
1 parent dac3907 commit 5ea1a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nebula/ui/components/VPNConnectionInfoContent.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Flickable {
id: content

anchors {
horizontalCenter: parent.horizontalCenter
verticalCenter: parent.verticalCenter
horizontalCenter: root.horizontalCenter
verticalCenter: root.verticalCenter
}
spacing: 0
width: parent.width
Expand Down

0 comments on commit 5ea1a21

Please sign in to comment.