jackdanielz pushed a commit to branch master.

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

commit def505d39df80c8dea6f9c5a23175fbdc1cad6ae
Author: Daniel Zaoui <daniel.za...@samsung.com>
Date:   Tue Nov 24 14:17:27 2015 +0200

    Update basic widget properties
---
 data/layouts/factory.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/layouts/factory.json b/data/layouts/factory.json
index a0e3406..25ce811 100644
--- a/data/layouts/factory.json
+++ b/data/layouts/factory.json
@@ -63,6 +63,7 @@
          {
             "Elm.Widget.part_text":[null, "Label"],
             "Evas.Object.size_hint_weight":[1, 1],
+            "Evas.Object.size_hint_align":[-1, -1],
             "Efl.Gfx.Base.visible":[true],
             "Efl.Gfx.Base.size":[60, 30]
          }
@@ -220,6 +221,7 @@
             "Elm.Entry.scrollable":[true],
             "Elm.Widget.part_text":[null, "Entry"],
             "Evas.Object.size_hint_weight":[1, 1],
+            "Evas.Object.size_hint_align":[-1, -1],
             "Efl.Gfx.Base.visible":[true],
             "Efl.Gfx.Base.size":[65, 35]
          }

-- 


Reply via email to