Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/eapp_edit


Modified Files:
        eapp_edit_main.c 


Log Message:
- remove the background themeing as it didn't look too good
- get rid of the shadow on the labels (easier to read now)

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_utils/src/bin/eapp_edit/eapp_edit_main.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- eapp_edit_main.c    10 Oct 2005 16:10:40 -0000      1.30
+++ eapp_edit_main.c    14 Oct 2005 14:55:24 -0000      1.31
@@ -34,17 +34,17 @@
 };
 
 static Eapp_Item keys[] = {
-            {"app/info/name", "App name", 0},
-            {"app/info/generic", "Generic info", 0},
+            {"app/info/name", "App Name", 0},
+            {"app/info/generic", "Generic Info", 0},
             {"app/info/comment", "Comment", 0},
             {"app/info/exe", "Executable", 0},
-            {"app/window/name", "Window name", 0},
-            {"app/window/title", "Window title", 0},
-            {"app/window/role", "Window role", 0},
-            {"app/window/class", "Window class", 0},
-            {"app/icon/class", "Icon class", 0},
-            {"app/info/startup_notify", "Startup notify", 1},
-            {"app/info/wait_exit", "Wait exit", 1}
+            {"app/window/name", "Window Name", 0},
+            {"app/window/title", "Window Title", 0},
+            {"app/window/role", "Window Role", 0},
+            {"app/window/class", "Window Class", 0},
+            {"app/icon/class", "Icon Class", 0},
+            {"app/info/startup_notify", "Startup Notify", 1},
+            {"app/info/wait_exit", "Wait Exit", 1}
         };
 
 int
@@ -166,8 +166,6 @@
     ewl_window_title_set(EWL_WINDOW(win), "Eapp Editor");
     ewl_window_class_set(EWL_WINDOW(win), "Eapp Editor");
     ewl_window_name_set(EWL_WINDOW(win), "Eapp_Editor");
-    ewl_theme_data_str_set(win, "/window/file", tmp);
-    ewl_theme_data_str_set(win, "/window/group", "bg");
     ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW, eapp_cb_quit, NULL);
     ewl_widget_show(win);
 
@@ -255,7 +253,7 @@
     {
         row[0] = ewl_text_new();
         ewl_text_text_set(EWL_TEXT(row[0]), NULL);
-        ewl_text_styles_set(EWL_TEXT(row[0]), EWL_TEXT_STYLE_SOFT_SHADOW);
+        ewl_text_styles_set(EWL_TEXT(row[0]), EWL_TEXT_STYLE_OUTLINE);
         ewl_text_shadow_color_set(EWL_TEXT(row[0]), 128, 128, 128, 128);
         ewl_text_text_set(EWL_TEXT(row[0]), keys[i].name);
         ewl_widget_show(row[0]);




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to