discomfitor pushed a commit to branch master.

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

commit ffdc31a8c213882b1b5610ee90571e33b4f1a03e
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Mar 16 12:21:26 2016 -0400

    attempt to use left-aligned label text in wizard
---
 src/modules/wizard/page_065.c | 1 +
 src/modules/wizard/page_170.c | 1 +
 src/modules/wizard/page_180.c | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/modules/wizard/page_065.c b/src/modules/wizard/page_065.c
index 7c3456e..88bf7ad 100644
--- a/src/modules/wizard/page_065.c
+++ b/src/modules/wizard/page_065.c
@@ -104,6 +104,7 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED)
    elm_object_content_set(of, o);
 
    ob = elm_label_add(o);
+   elm_object_style_set(ob, "default/left");
    snprintf(buf, sizeof(buf), _("Enlightenment sets default mouse bindings for 
objects.<br>"
                                 "These bindings provide three operations on 
click:<br>"
                                 "* <b>Move</b> (left button)<br>"
diff --git a/src/modules/wizard/page_170.c b/src/modules/wizard/page_170.c
index e0663fe..5f23a1b 100644
--- a/src/modules/wizard/page_170.c
+++ b/src/modules/wizard/page_170.c
@@ -29,6 +29,7 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED)
    elm_object_content_set(of, o);
 
    ob = elm_label_add(of);
+   elm_object_style_set(ob, "default/left");
    E_ALIGN(ob, 0, 0.5);
    evas_object_show(ob);
    elm_box_pack_end(o, ob);
diff --git a/src/modules/wizard/page_180.c b/src/modules/wizard/page_180.c
index 92158b6..740db06 100644
--- a/src/modules/wizard/page_180.c
+++ b/src/modules/wizard/page_180.c
@@ -29,6 +29,7 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED)
    elm_object_content_set(of, o);
 
    ob = elm_label_add(o);
+   elm_object_style_set(ob, "default/left");
    E_ALIGN(ob, 0, 0.5);
    evas_object_show(ob);
    elm_box_pack_end(o, ob);

-- 


Reply via email to