From 2c636fbbde843240111228fe8844b904e91c3af9 Mon Sep 17 00:00:00 2001 From: Lesley Norton Date: Wed, 3 Apr 2024 16:35:53 -0500 Subject: [PATCH] VPN-6151: Fix vertical alignment of text in controller view --- src/ui/screens/home/controller/ControllerView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/screens/home/controller/ControllerView.qml b/src/ui/screens/home/controller/ControllerView.qml index a9f0daf3f9..eba4ce7e1d 100644 --- a/src/ui/screens/home/controller/ControllerView.qml +++ b/src/ui/screens/home/controller/ControllerView.qml @@ -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 {