summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-11-12 13:00:23 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-11-12 13:00:23 +0100
commit3fc7102561a4604f0578990d820e10ae750a2522 (patch)
treee975ef96ee14f156cf553789c60c3dd65e3cbafc
parent04e3d8cc3d67317e9508f1f1e5ffd1b7d61b43d7 (diff)
downloadefl-3fc7102561a4604f0578990d820e10ae750a2522.tar.gz
Efl.Ui.Scroll_Manager: Fix indentation
-rw-r--r--src/lib/elementary/efl_ui_scroll_manager.eo12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/elementary/efl_ui_scroll_manager.eo b/src/lib/elementary/efl_ui_scroll_manager.eo
index 2a05083be5..957a4f4d4d 100644
--- a/src/lib/elementary/efl_ui_scroll_manager.eo
+++ b/src/lib/elementary/efl_ui_scroll_manager.eo
@@ -8,16 +8,16 @@ class @beta Efl.Ui.Scroll.Manager extends Efl.Object implements
c_prefix: efl_ui_scroll_manager;
methods {
@property pan @protected {
- [[This is the internal pan object managed by scroll manager.
+ [[This is the internal pan object managed by scroll manager.
- This property is protected as it is meant for scrollable object
- implementations only, to set and access the internal pan object.
- If pan is set to $NULL, scrolling does not work.
- ]]
+ This property is protected as it is meant for scrollable object
+ implementations only, to set and access the internal pan object.
+ If pan is set to $NULL, scrolling does not work.
+ ]]
set {
}
values {
- pan: Efl.Ui.Pan; [[Pan object]]
+ pan: Efl.Ui.Pan; [[Pan object.]]
}
}
}