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

Responsive Delete button #185

Merged

Conversation

rfverbruggen
Copy link
Contributor

@rfverbruggen rfverbruggen commented Apr 7, 2021

The Delete button is now responsive if large quantities of mails are selected. This fixes #181

This is implemented using a StackPanel around the Buttons, giving the Delete button a MinWidth instead of a Width and setting all Margins on the buttons to 4,0,0,9 because the margin is now relative to the other (previous) button.

image
image

The Delete button is now responsive if large quantities of mails are selected.

This is implemented using a StackPanel around the Buttons, giving the Delete button a MinWidth instead of a Width and setting all Margins on the buttons to 4,0,0,9 because the margin is now relative to the other (previous) button.
@Jaben Jaben merged commit 4a60030 into ChangemakerStudios:develop Jun 3, 2021
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.

delete button does not expand based off selected email count
2 participants