[Mediacontent.Manual][Non-ACR] Fix image size issue 36/201436/1
authorHaesu Gwon <haesu.gwon@samsung.com>
Thu, 14 Mar 2019 05:45:18 +0000 (14:45 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Thu, 14 Mar 2019 06:06:33 +0000 (06:06 +0000)
Change-Id: I8b6bfc6fd9f2fb44db2c718a4095cb9178d72d79
(cherry picked from commit 95a3ad29ea451d89e8d0eecd0af44a2d950a4e06)

tct-suite-vs/Tizen.Mediacontent.Manual.Tests/testcase/TSMediaInfo.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 42f7aef..2a467d5
@@ -21,8 +21,8 @@ namespace Tizen.Content.MediaContent.Tests
         {
             _image = new Image()
             {
-                WidthRequest = 250,
-                HeightRequest = 600
+                WidthRequest = 75,
+                HeightRequest = 180,
             };
 
             var layoutMain = new StackLayout()
@@ -30,7 +30,6 @@ namespace Tizen.Content.MediaContent.Tests
                 IsVisible = true,
                 HorizontalOptions = LayoutOptions.FillAndExpand,
                 Spacing = 10,
-                Padding = new Thickness(20),
                 VerticalOptions = LayoutOptions.FillAndExpand,
 
             };