Added GenList default mode (Compress) 19/121519/1
authorJEONGHYUN YUN <jh0506.yun@samsung.com>
Tue, 28 Mar 2017 06:55:53 +0000 (15:55 +0900)
committerJEONGHYUN YUN <jh0506.yun@samsung.com>
Tue, 28 Mar 2017 06:57:47 +0000 (15:57 +0900)
Change-Id: If8c09c7907bfbdc3ae2a6e740c2846686b303e50
Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
ElmSharp/ElmSharp/GenList.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 1106cf1..6ba2094
@@ -77,6 +77,7 @@ namespace ElmSharp
 
         public GenList(EvasObject parent) : base(parent)
         {
+            ListMode = GenListMode.Compress;
             InitializeSmartEvent();
         }