[ElmSharpWearable][Non-ACR] Changed MoreOption direction 21/212921/2
authorJeonghyun Yun <jh0506.yun@samsung.com>
Wed, 28 Aug 2019 06:38:45 +0000 (15:38 +0900)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Wed, 28 Aug 2019 06:52:03 +0000 (15:52 +0900)
Changed MoreOption direction to right due to
wearable product QuickPanel UX policy is changed.
(There is a problem to test on Wearable 5.5 Product)

Change-Id: Ia826b21d925fbe6b7d60d29a2b049914b435a174

tct-suite-vs/Tizen.ElmSharpWearable.Manual.Tests/testcase/TSMoreOption.cs

index e6d1fe4..cd24e63 100755 (executable)
@@ -56,7 +56,7 @@ namespace ElmSharp.Wearable.Tests
                 AlignmentY = -1,
                 WeightX = 1,
                 WeightY = 1,
-                Direction = MoreOptionDirection.Top
+                Direction = MoreOptionDirection.Right
             };
             _option.Items.Add(CreateItem("icon_aquamarine_260_me"));
             _option.Items.Add(CreateItem("icon_auamarine_260_me"));