Replies: 1 comment 1 reply
-
I think you can just set these properties: MahApps.Metro/src/MahApps.Metro/Themes/Dialogs/MessageDialog.xaml Lines 23 to 27 in 509c9d7 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
![image](https://private-user-images.githubusercontent.com/61650659/340396571-a0cafecc-6ce3-4c1e-9c29-a56a20d22aee.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODgzOTAsIm5iZiI6MTczOTY4ODA5MCwicGF0aCI6Ii82MTY1MDY1OS8zNDAzOTY1NzEtYTBjYWZlY2MtNmNlMy00YzFlLTljMjktYTU2YTIwZDIyYWVlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA2NDEzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc0MGZlMTNlODU1OTgyNzI0ZGExOTUxNTY5YzcyODJiMGM0NTgwMmM5NDA3NmE4OTQ0YTNiOWMxZjkwMTRjZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JxBsz5kuH2TSLXdiRgVJOVC5wRvwIvSKF5fLYDbKSSo)
I would like to use the ShowMessageAsync function to display a confirmation for delete an item. The window is a small popup and the MessageDialog is not completely display :
Is there a way to style the message dialog window and reduce the padding ?
I tried to add a ResourceDictionary but it doesn't work:
App.xaml :
MessageDialog.xaml :
Thanks for your help,
Beta Was this translation helpful? Give feedback.
All reactions