Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
change height from 800 to 750
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Feb 12, 2012
1 parent b841cc4 commit 9e10404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enews.c
Expand Up @@ -771,7 +771,7 @@ main(int argc, char **argv)
(Ecore_Event_Handler_Cb)on_disconnection,
NULL);

evas_object_resize(enews_g.win, 480, 800);
evas_object_resize(enews_g.win, 480, 750);
evas_object_show(enews_g.win);

elm_run();
Expand Down

0 comments on commit 9e10404

Please sign in to comment.