changes: some gimp practice.

master used as a branch :)
master
Alastair Poole 2 years ago
parent 561b42e953
commit 08992dd6da
  1. 2
      data/desktop/evisum_mem.desktop
  2. BIN
      data/images/memory.png
  3. BIN
      data/images/mount.png
  4. BIN
      data/images/stop.png
  5. 2
      src/bin/ui/ui_cpu.c

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Name=Memory Activity
Name=Memory Usage
Exec=evisum -m
Icon=evisum_mem
Categories=System;Monitor;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -665,7 +665,7 @@ ui_win_cpu_add(Ui *ui)
}
ui->cpu.win = win = elm_win_util_standard_add("evisum",
_("CPU Usage"));
_("CPU Activity"));
elm_win_autodel_set(win, EINA_TRUE);
evas_object_size_hint_weight_set(win, EXPAND, EXPAND);
evas_object_size_hint_align_set(win, FILL, FILL);

Loading…
Cancel
Save