From: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics Date: Mon, 26 Feb 2024 10:27:11 +0000 (+0530) Subject: Updating Min Window Size as per new UX. X-Git-Tag: accepted/tizen/unified/20240412.141505~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab32810d4afb85d850c8ad5507011535d4ff323f;p=profile%2Fiot%2Fapps%2Fdotnet%2Fnotifications.git Updating Min Window Size as per new UX. Change-Id: I00019eb95135cb072d6a9ea09a50d912452ef2c3 Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics --- diff --git a/Notifications/CustomBorder.cs b/Notifications/CustomBorder.cs index c961b31..ce04e58 100644 --- a/Notifications/CustomBorder.cs +++ b/Notifications/CustomBorder.cs @@ -35,7 +35,7 @@ namespace Notifications public CustomBorder() : base() { - MinSize = new Size2D(380, 280); + MinSize = new Size2D(704, 436); } private void OnThemeChanged(object sender, ThemeChangedEventArgs e) diff --git a/packaging/org.tizen.notifications-1.0.0.tpk b/packaging/org.tizen.notifications-1.0.0.tpk index 424671b..78ce3f8 100644 Binary files a/packaging/org.tizen.notifications-1.0.0.tpk and b/packaging/org.tizen.notifications-1.0.0.tpk differ