changes: some gimp practice.

master used as a branch :)
This commit is contained in:
Alastair Poole 2020-11-07 19:36:49 +00:00
parent 561b42e953
commit 08992dd6da
5 changed files with 2 additions and 2 deletions

View File

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

View File

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