-
Notifications
You must be signed in to change notification settings - Fork 79
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(ConnectDAppModal): don't overflow texts #15889
fix(ConnectDAppModal): don't overflow texts #15889
Conversation
@@ -67,8 +70,8 @@ ColumnLayout { | |||
Layout.alignment: Qt.AlignHCenter | |||
Layout.maximumWidth: root.width | |||
objectName: "connectionStatusTag" | |||
success: d.connectionSuccessful |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No d
around here
Jenkins BuildsClick to see older builds (7)
|
1a0ca06
to
b60f573
Compare
- set the correct widths and elide mode - fixup the visuals of the NetworkFilter combo box (to disable it w/o making it look disabled) - fix passing the connection status down to DAppCard
b60f573
to
935f002
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you! 🍻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
What does the PR do
Affected areas
ConnectDAppModal
Screenshot of functionality (including design for comparison)