tweak: practice makes proficient?

This commit is contained in:
Alastair Poole 2020-11-14 00:11:14 +00:00
parent 0e043e3827
commit 3a8e779a04
6 changed files with 14 additions and 13 deletions

25
CREDITS
View File

@ -1,7 +1,11 @@
# Artwork
Beautiful background images of the sky by rasterman.
In the public domain.
Linux Mascot (Tux)
A redraw by Josef Norlin based on the original Tux logo by Larry Ewing
(created in the original GIMP).
Beautiful background images of the sky by rasterman. In the public domain.
# About Evisum (Imagery)
@ -9,12 +13,12 @@ Lichfield Cathedral - West Midlands Constabulary.
https://www.flickr.com/photos/westmidlandspolice/6305971762
This work is licensed under a Creative Commons
Attribution-ShareAlike 2.0 Generic License. See,
https://creativecommons.org/licenses/by-sa/2.0/.
This work is licensed under a Creative Commons Attribution-ShareAlike 2.0
Generic License. See, https://creativecommons.org/licenses/by-sa/2.0/.
An aerial photograph of the city, modified heavily from the original by the
software author.
An aerial photograph of the city, modified heavily
from the original by the software author.
# Thanks
@ -24,14 +28,11 @@ Especially OnlyHuman, thrice, Peter2121, ApBBB...
Philippe Jean Guillaumie <similar@orange.fr>
For his relentless commitment to translation of EFL and
our growing application eco-system.
For his relentless commitment to translation of EFL and our growing application
eco-system.
okra (Stephen Houston) <smhouston88@gmail.com>
For his work on Enlightenment and from which gave me a
good base to begin with.
Apostolos Bartziokas <barz621@gmail.com>
For his testing, feedback and original icon.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -492,7 +492,7 @@ ui_win_disk_add(Ui *ui)
evas_object_size_hint_weight_set(btn, EXPAND, EXPAND);
evas_object_size_hint_align_set(btn, FILL, FILL);
evas_object_show(btn);
elm_object_text_set(btn, _("FS"));
elm_object_text_set(btn, _("Type"));
evas_object_smart_callback_add(btn, "clicked", _btn_fs_clicked_cb, NULL);
_btn_icon_state_set(btn, 0);
elm_table_pack(tbl, btn, i++, 0, 1, 1);