Skip to content

Commit

Permalink
VPN-6151: Fix vertical alignment of text in controller view
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton authored and strseb committed Jun 7, 2024
1 parent 0fc6569 commit 2c636fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/screens/home/controller/ControllerView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ Item {
//% "Secure and private"
//: This refers to the user’s internet connection.
text: qsTrId("vpn.controller.active") + ""
onPaintedHeightChanged: if (visible) col.handleMultilineText()
onVisibleChanged: if (visible) col.handleMultilineText()
}

ConnectionTimer {
Expand Down

0 comments on commit 2c636fb

Please sign in to comment.