enventor - trivial change

This commit is contained in:
ChunEon Park 2013-07-20 18:10:32 +09:00
parent 2afc90f23d
commit 5b8d87242f
3 changed files with 3 additions and 3 deletions

View File

@ -58,5 +58,5 @@ uninstall:
rm -rf $(BINDIR)/$(BINARY)
clean:
@rm -f $(EDJDIR)/*.edj *~ $(BINARY) $(SRCDIR)/*.o
@rm -f $(EDJDIR)/*.edj *~ $(BINARY)
@rm -f $(PROTODIR)/.proto.edc $(PROTODIR)/.proto.edj

View File

@ -30,7 +30,7 @@ collections {
description { state: "default" 0.0;
rel1.relative: 0.0 0.5;
rel2.relative: 0.5 1.0;
color: 0 150 0 255;
color: 50 150 150 255;
text {
size: 25;
font: "Sans";

View File

@ -80,7 +80,7 @@ base_gui_construct(app_data *ad)
//Window
Evas_Object *win = elm_win_util_standard_add(elm_app_name_get(),
"Edje Writer");
"Enventor");
elm_win_focus_highlight_enabled_set(win, EINA_TRUE);
evas_object_smart_callback_add(win, "delete,request", win_delete_request_cb,
ad);