attempt to use left-aligned label text in wizard

This commit is contained in:
Mike Blumenkrantz 2016-03-16 12:21:26 -04:00
parent 9715b6cd7c
commit ffdc31a8c2
3 changed files with 3 additions and 0 deletions

View File

@ -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>"

View File

@ -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);

View File

@ -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);