icon: thanks raster

master
Alastair Poole 3 years ago
parent 9938838d1a
commit 18f84dcaf9
  1. BIN
      data/images/kill.png
  2. 4
      src/bin/ui/ui.c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

@ -422,6 +422,10 @@ _item_create(Evas_Object *parent)
evas_object_show(label);
elm_box_pack_end(hbx, label);
rect = evas_object_rectangle_add(table);
evas_object_size_hint_min_set(rect, 4, 1);
elm_box_pack_end(hbx, rect);
label =_item_column_add(table, "proc_uid", i++);
evas_object_size_hint_align_set(label, 0.0, FILL);
label = _item_column_add(table, "proc_pid", i++);

Loading…
Cancel
Save