-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 communication console menu #33655
Fix communication console menu #33655
Conversation
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.
Much better than before!
Thank you for your contribution!
<TextEdit Name="MessageInput" | ||
VerticalExpand="True" | ||
HorizontalExpand="True" | ||
VerticalAlignment="Stretch" | ||
HorizontalAlignment="Stretch" | ||
MinHeight="100"/> |
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.
I'd add a small margin so that the input text doesn't overlap with the scroll bar
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.
so where I'm going to add that is the TextEdit element.
I like the updated look, just one small thing from me |
Due to the author being banned from the repository, we will be closing this PR. Other contributors may continue the work by opening up a new PR. Should the author successfully appeal the ban, the PR may be re-opened. |
I think this can just be merged as is Just waiting for checks to pass |
Subdivision of: #33632 pr
About the PR
fix resizable
Media
Before
After
Requirements
Changelog
🆑