Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPN-6151: Fix vertical alignment of text in controller view #9321

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

lesleyjanenorton
Copy link
Member

@lesleyjanenorton lesleyjanenorton commented Apr 3, 2024

Description

Short story: This PR makes a two line tweak to the controller view to fix VPN-6151.

Longer story: Depending on the locale, text in the controller view occasionally changes from a single line to multiple lines when connecting/disconnecting and requires 'special handling' to maintain evenly distributed vertical space without repositioning the vpn toggle button and changing the overall size of the containing purple background square. At some point in quasi-recent history, that handling was dropped for the controller subtitle text (but only when the VPN is on). This PR restores that handling so that the subtitle text can reposition itself correctly.

Reference

VPN-6151

Checklist

  • My code follows the style guidelines for this project
  • I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
  • I have performed a self review of my own code
  • I have commented my code PARTICULARLY in hard to understand areas
  • I have added thorough tests where needed

@strseb strseb enabled auto-merge (squash) June 7, 2024 17:59
@github-actions github-actions bot added the 🛬 Landing This PR is marked as "auto-merge" label Jun 7, 2024
@strseb strseb merged commit 98e15b3 into main Jun 7, 2024
115 checks passed
@strseb strseb deleted the vpn-6151 branch June 7, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛬 Landing This PR is marked as "auto-merge"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants