[NUI] Fix to set Actions center aligned in AlertDialog
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 27 May 2021 12:59:04 +0000 (21:59 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Fri, 28 May 2021 04:34:11 +0000 (13:34 +0900)
Actions are center aligned in AlertDialog.

src/Tizen.NUI.Components/Controls/AlertDialog.cs

index a89f29d..3b9ce22 100755 (executable)
@@ -554,6 +554,7 @@ namespace Tizen.NUI.Components
                 Layout = new LinearLayout()
                 {
                     LinearOrientation = LinearLayout.Orientation.Horizontal,
+                    LinearAlignment = LinearLayout.Alignment.Center,
                 },
             };
         }