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

Fix button alignment in oauth screen #11931

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

erikjv
Copy link
Collaborator

@erikjv erikjv commented Oct 15, 2024

When an item is in a layout, the width property is ignored, and the implicitWidth is used. So the copy-to-clipboard button's preferredWidth should be bound the implicitWidth property of the open-browser button.

Fixes: #11915

When an item is in a layout, the width property is ignored, and the
implicitWidth is used. So the copy-to-clipboard button's preferredWidth
should be bound the implicitWidth property of the open-browser button.

Fixes: #11915
@erikjv erikjv self-assigned this Oct 15, 2024
@DeepDiver1975 DeepDiver1975 merged commit 1717fdc into master Oct 15, 2024
5 of 6 checks passed
@DeepDiver1975 DeepDiver1975 deleted the work/work/fix-oauth-screen branch October 15, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

button alignment oauth screen
2 participants