stefan pushed a commit to branch master.

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

commit d2705bb511372b36b22428b8ac9d79c529604ebf
Author: Stefan Schmidt <[email protected]>
Date:   Thu Aug 31 17:35:48 2017 +0200

    docs: efl_ui_panes: document last missing part
---
 src/lib/elementary/efl_ui_panes_internal_part.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elementary/efl_ui_panes_internal_part.eo 
b/src/lib/elementary/efl_ui_panes_internal_part.eo
index eeb39520fb..473decaeb8 100644
--- a/src/lib/elementary/efl_ui_panes_internal_part.eo
+++ b/src/lib/elementary/efl_ui_panes_internal_part.eo
@@ -4,11 +4,11 @@ class Efl.Ui.Panes.Internal.Part (Efl.Ui.Layout.Internal.Part)
    data: Elm_Part_Data;
    methods {
       @property hint_min_allow {
-          [[allow user to set size hints to be respected and ignore combined 
min size.
+          [[Allow user to set size hints to be respected and ignore combined 
min size.
             If this flag is set, the minimum size set by 
@Efl.Gfx.Size.Hint.hint_min.set is respected forcefully. 
           ]]
           values {
-             allow: bool;
+             allow: bool; [[If $true minimum size is forced]]
           }
       }
       @property split_ratio_min {

-- 


Reply via email to