Repository: cordova-plugin-dialogs Updated Branches: refs/heads/master 7c8fbf58f -> 0a28d1707
[CB-7737] lower min height for alert Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/0a28d170 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/0a28d170 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/0a28d170 Branch: refs/heads/master Commit: 0a28d17071e41e9756807b0e954cd457c0031e23 Parents: 7c8fbf5 Author: Jesse MacFadyen <[email protected]> Authored: Tue Nov 25 16:17:43 2014 -0800 Committer: Jesse MacFadyen <[email protected]> Committed: Tue Nov 25 16:17:43 2014 -0800 ---------------------------------------------------------------------- src/wp/NotificationBox.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/0a28d170/src/wp/NotificationBox.xaml ---------------------------------------------------------------------- diff --git a/src/wp/NotificationBox.xaml b/src/wp/NotificationBox.xaml index 5bf7aa6..2d564fb 100644 --- a/src/wp/NotificationBox.xaml +++ b/src/wp/NotificationBox.xaml @@ -52,7 +52,7 @@ <ScrollViewer x:Name="ContentScroller" Grid.Row="1" - MinHeight="240" + MinHeight="120" Margin="10,10"> <StackPanel Orientation="Vertical"> <TextBlock x:Name="SubTitle" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
