summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2017-12-13 15:57:19 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2017-12-13 17:12:05 +0900
commitbaabcdcd7dd507648d56a8a7fc96519822a3534a (patch)
tree9d6b10f7883a3596beade542930bf1bdba23e624
parent57a92a26c9abead38c1dbe1c0b87c869870ab831 (diff)
downloadefl-baabcdcd7dd507648d56a8a7fc96519822a3534a.tar.gz
efl_ui_popup_alert_scroll: Fix indentation on eo file
-rw-r--r--src/lib/elementary/efl_ui_popup_alert_scroll.eo34
1 files 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;