summaryrefslogtreecommitdiff
path: root/ElmSharp.Test
diff options
context:
space:
mode:
authorJEONGHYUN YUN <jh0506.yun@samsung.com>2017-04-12 19:14:10 +0900
committerJEONGHYUN YUN <jh0506.yun@samsung.com>2017-04-12 19:15:20 +0900
commit0c8eea9a5c870da25eba2df136459a22016aa6c9 (patch)
treeb4c595426564772e784207e275eb789616ee8238 /ElmSharp.Test
parenta594d13a0f68861d774efbe96fbdcc26497854d1 (diff)
downloadelm-sharp-0c8eea9a5c870da25eba2df136459a22016aa6c9.tar.gz
elm-sharp-0c8eea9a5c870da25eba2df136459a22016aa6c9.tar.bz2
elm-sharp-0c8eea9a5c870da25eba2df136459a22016aa6c9.zip
Added performance genlist style
Change-Id: I7afc03fe19c976280250ed81f8129d799f49c126 Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
Diffstat (limited to 'ElmSharp.Test')
-rwxr-xr-x[-rw-r--r--]ElmSharp.Test/TC/PerformanceTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ElmSharp.Test/TC/PerformanceTest.cs b/ElmSharp.Test/TC/PerformanceTest.cs
index 10e5bd8..1bbb5b4 100644..100755
--- a/ElmSharp.Test/TC/PerformanceTest.cs
+++ b/ElmSharp.Test/TC/PerformanceTest.cs
@@ -84,6 +84,7 @@ namespace ElmSharp.Test
AlignmentY = -1,
WeightX = 1,
WeightY = 1,
+ Style = "solid/default"
};
box.PackEnd(list);
navi.Push(box, "Performance");