diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-07 18:19:55 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-07 18:19:55 +0300 |
| commit | e051d309be2153f60b32c12022cfd0fe8f2ab913 (patch) | |
| tree | 0adf3223bb68acc5f88204ceaa3d727b8d067906 /Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications | |
| parent | 7ec6d80f838749faa39fec5eb838a34ebdd3e411 (diff) | |
| download | Tango-e051d309be2153f60b32c12022cfd0fe8f2ab913.tar.gz Tango-e051d309be2153f60b32c12022cfd0fe8f2ab913.zip | |
Working on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/MessageBox.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/MessageBox.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/MessageBox.xaml index 07d3b11ac..b1fe7ddcc 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/MessageBox.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Notifications/MessageBox.xaml @@ -15,7 +15,7 @@ <DropShadowEffect BlurRadius="10" /> </Border.Effect> - <Grid> + <Grid ClipToBounds="True"> <Grid.ColumnDefinitions> <ColumnDefinition Width="100"/> <ColumnDefinition Width="75*"/> |
