From 59c7b430d66d2f83b2a8cb4326d4d06c3ae60cab Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Wed, 16 Dec 2020 20:10:25 +0000 Subject: [PATCH] ui: a line --- src/bin/ui/ui_process_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/ui_process_list.c b/src/bin/ui/ui_process_list.c index b3aa97b..b05904e 100644 --- a/src/bin/ui/ui_process_list.c +++ b/src/bin/ui/ui_process_list.c @@ -528,7 +528,7 @@ _content_get(void *data, Evas_Object *obj, const char *source) evas_object_geometry_get(pd->btn_menu, NULL, NULL, &ow, NULL); evas_object_geometry_get(pd->btn_cmd, NULL, NULL, &w, NULL); - w += ow + PAD_W; + w += ow; l = evas_object_data_get(it->obj, "proc_cmd"); elm_object_text_set(l, eina_slstr_printf("%s", proc->command)); hbx = evas_object_data_get(l, "hbx");