yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=fcfd26986ae743aa73d4386e70943a15d4d08f9a

commit fcfd26986ae743aa73d4386e70943a15d4d08f9a
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Sun Nov 15 12:04:08 2015 +0200

    Factory: add size_hint_aling for containers
---
 data/layouts/factory.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/data/layouts/factory.json b/data/layouts/factory.json
index e5731c5..a0e3406 100644
--- a/data/layouts/factory.json
+++ b/data/layouts/factory.json
@@ -359,6 +359,7 @@
          {
             "Elm.Box.padding":[7, 0],
             "Evas.Object.size_hint_weight":[1, 1],
+            "Evas.Object.size_hint_align":[-1, -1],
             "Efl.Gfx.Base.size":[200, 200],
             "Efl.Gfx.Base.visible":[true]
          },
@@ -373,6 +374,7 @@
          "Properties":
          {
             "Evas.Object.size_hint_weight":[1, 1],
+            "Evas.Object.size_hint_align":[-1, -1],
             "Efl.Gfx.Base.size":[200, 200],
             "Efl.Gfx.Base.visible":[true]
          },
@@ -392,6 +394,7 @@
          "Properties":
          {
             "Evas.Object.size_hint_weight":[1, 1],
+            "Evas.Object.size_hint_align":[-1, -1],
             "Efl.Gfx.Base.visible":[true]
          }
       },
@@ -404,6 +407,7 @@
          "Properties":
          {
             "Evas.Object.size_hint_weight":[1, 1],
+            "Evas.Object.size_hint_align":[-1, -1],
             "Efl.Gfx.Base.visible":[true]
          }
       },
@@ -416,6 +420,7 @@
          "Properties":
          {
             "Evas.Object.size_hint_weight":[1, 1],
+            "Evas.Object.size_hint_align":[-1, -1],
             "Efl.Gfx.Base.size":[200, 200],
             "Efl.Gfx.Base.visible":[true]
          },
@@ -459,6 +464,7 @@
          "Properties":
          {
             "Evas.Object.size_hint_weight":[1, 1],
+            "Evas.Object.size_hint_align":[-1, -1],
             "Efl.Gfx.Base.visible":[true]
          }
       },

-- 


Reply via email to