diff --git a/data/themes/default_about.edc b/data/themes/default_about.edc index 0814292b6..96d4a9374 100644 --- a/data/themes/default_about.edc +++ b/data/themes/default_about.edc @@ -22,7 +22,7 @@ styles tag: "br" "\n"; tag: "hilight" "+ font=Edje-Vera-Bold style=glow color=#fff glow2_color=#fe87 glow_color=#fa14"; - tag: "title" "+ font_size=12 font=Edje-Vera-Bold style=glow color=#fff glow2_color=#0003 glow_color=#0002"; + tag: "title" "+ font_size=12 font=Edje-Vera-Bold style=soft_shadow color=#fff shadow_color=#00000020"; tag: "/title" "- \n \n"; } } diff --git a/src/bin/e_about.c b/src/bin/e_about.c index fc423e25d..9ebb6501c 100644 --- a/src/bin/e_about.c +++ b/src/bin/e_about.c @@ -77,7 +77,7 @@ e_about_new(E_Container *con) f = fopen(buf, "r"); if (f) { - tbuf = strdup(_("Authors")); + tbuf = strdup(_("The Team")); while (fgets(buf, sizeof(buf), f)) { int len; @@ -142,7 +142,7 @@ e_about_show(E_About *about) { if (w < mw) w = mw; if (h < mh) h = mh; - e_win_size_max_set(about->win, mw, mh); +// e_win_size_max_set(about->win, mw, mh); } e_win_show(about->win); }