jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=baabcdcd7dd507648d56a8a7fc96519822a3534a

commit baabcdcd7dd507648d56a8a7fc96519822a3534a
Author: Jaehyun Cho <[email protected]>
Date:   Wed Dec 13 15:57:19 2017 +0900

    efl_ui_popup_alert_scroll: Fix indentation on eo file
---
 src/lib/elementary/efl_ui_popup_alert_scroll.eo | 34 ++++++++++++-------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/lib/elementary/efl_ui_popup_alert_scroll.eo 
b/src/lib/elementary/efl_ui_popup_alert_scroll.eo
index 8dd6e7d464..d6ad0e45a5 100644
--- a/src/lib/elementary/efl_ui_popup_alert_scroll.eo
+++ b/src/lib/elementary/efl_ui_popup_alert_scroll.eo
@@ -4,25 +4,25 @@ class Efl.Ui.Popup_Alert_Scroll(Efl.Ui.Popup_Alert)
 {
    [[EFL UI Popup Alert Scroll class]]
    methods {
-       @property expandable @beta {
-           set {
-             [[Set the expandable max size of popup.
+      @property expandable @beta {
+         set {
+            [[Set the expandable max size of popup.
 
-               If the given max_size is -1, then popup appears with its size.
-               However, if the given max_size is bigger than 0, then popup 
size is upto the given max_size. If popup content's min size is bigger than the 
given max_size, then scroller appears in the popup content area.
-             ]]
-           }
-           get {
-             [[Get the expandable max size of popup.
+              If the given max_size is -1, then popup appears with its size.
+              However, if the given max_size is bigger than 0, then popup size 
is upto the given max_size. If popup content's min size is bigger than the 
given max_size, then scroller appears in the popup content area.
+            ]]
+         }
+         get {
+            [[Get the expandable max size of popup.
 
-               If the given max_size is -1, then popup appears with its size.
-               However, if the given max_size is bigger than 0, then popup 
size is upto the given max_size. If popup content's min size is bigger than the 
given max_size, then scroller appears in the popup content area.
-             ]]
-           }
-           values {
-              max_size: Eina.Size2D; [[A 2D max size in pixel units.]]
-           }
-       }
+              If the given max_size is -1, then popup appears with its size.
+              However, if the given max_size is bigger than 0, then popup size 
is upto the given max_size. If popup content's min size is bigger than the 
given max_size, then scroller appears in the popup content area.
+            ]]
+         }
+         values {
+            max_size: Eina.Size2D; [[A 2D max size in pixel units.]]
+         }
+      }
    }
    implements {
       Efl.Object.constructor;

-- 


Reply via email to