netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=94e0500977dfef1766c67404a5f8a70f64536ac7

commit 94e0500977dfef1766c67404a5f8a70f64536ac7
Author: Alastair Poole <nets...@gmail.com>
Date:   Fri Sep 4 01:33:37 2020 +0100

    ui: align
---
 src/bin/ui/ui.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/ui/ui.c b/src/bin/ui/ui.c
index ef0dba6..f421e50 100644
--- a/src/bin/ui/ui.c
+++ b/src/bin/ui/ui.c
@@ -496,7 +496,7 @@ _content_get(void *data, Evas_Object *obj, const char 
*source)
    evas_object_show(l);
 
    evas_object_show(it->obj);
-   elm_table_align_set(it->obj, 0, 0);
+   elm_table_align_set(it->obj, 0, 0.5);
 
    return it->obj;
 }
@@ -614,7 +614,6 @@ _process_list_feedback_cb(void *data, Ecore_Thread *thread 
EINA_UNUSED,
                proc_info_free(prev);
 
              elm_object_item_data_set(it, proc);
-             //elm_genlist_item_update(it);
 
              it = elm_genlist_item_next_get(it);
           }

-- 


Reply via email to