Wanted to forward this along to up stream - I want to use the Eve browser on
a tablet computer that has a resolution of 1024x600 but the eve browser
defaults to 800 pixels high causing terrible issues in it, think this is
useful :)

~Jeff

---------- Forwarded message ----------
From: Christopher Michael <cpmicha...@comcast.net>
Date: Fri, Feb 4, 2011 at 4:37 PM
Subject: Eve Patch
To: Jeff Hoogland <jeffhoogl...@gmail.com>


Here is the eve window size patch. Apply it from e/trunk/eve

dh
Index: src/bin/main.c
===================================================================
--- src/bin/main.c	(revision 56695)
+++ src/bin/main.c	(working copy)
@@ -296,7 +296,7 @@
    evas_object_smart_callback_add
       (win->win, "delete-request", on_win_del_req, app);
 
-   evas_object_resize(win->win, 480, 800);
+   evas_object_resize(win->win, 240, 320);
    evas_object_show(win->win);
 
    return win;
Index: src/bin/chrome.c
===================================================================
--- src/bin/chrome.c	(revision 56695)
+++ src/bin/chrome.c	(working copy)
@@ -1953,7 +1953,7 @@
    Evas_Object *img;
    Ewk_View_Smart_Data *sd;
    Ewk_View_Private_Data *priv;
-   Eina_Rectangle rect = { 0, 0, 480, 800 };
+   Eina_Rectangle rect = { 0, 0, 240, 320 };
    cairo_surface_t *surface;
    cairo_format_t format;
    cairo_t *cairo;
Index: data/themes/default.edc
===================================================================
--- data/themes/default.edc	(revision 56695)
+++ data/themes/default.edc	(working copy)
@@ -295,7 +295,7 @@
                 type: RECT;
                 description { state: "default" 0.0;
                     color: 0 0 0 255;
-                    min: 480 800;
+                    min: 240 320;
                 }
             }
         }
@@ -526,7 +526,7 @@
                 type: RECT;
                 description { state: "default" 0.0;
                     color: 0 0 0 255;
-                    min: 480 800;
+                    min: 240 320;
                 }
             }
             part { name: "view";
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to