This is a patch for a better sized eve theme in the Freerunner (and
other high resolution screens, I guess):
      * increased top panel size
      * reduced bottom toolbar icons
      * increased the right-top triangle size (for using the top-bar)
      * increased the page title size in the top-panel

I've also sent some patches in e-devel ML for cookies support, you can
sync to latest for getting them, also if they depends on libsoup and due
to SSL issue you can do really few things with this browser (if you
don't switch to curl)... :/

I know SHR isn't developed just for Freerunner, but this theme patch
should apply to any other mobile device.

PS: What about making also the bottom panel hidden by default and
showable using a "right-bottom triangle"?
Index: data/themes/default.edc
===================================================================
--- data/themes/default.edc	(revisione 54587)
+++ data/themes/default.edc	(copia locale)
@@ -1,8 +1,8 @@
-#define TOP_PANEL_HEIGHT 64
+#define TOP_PANEL_HEIGHT 80
 #define BOTTOM_PANEL_HEIGHT 85
 #define TOOLBAR_ITEMS 5
 #define TOOLBAR_MIDDLE_ITEM 3
-#define TOOLBAR_ITEM_SIZE 90
+#define TOOLBAR_ITEM_SIZE 87
 #define URLBAR_ITEM_SIZE 40
 
 #define TOOLBAR_POSITION(_item_number) ((_item_number)*(TOOLBAR_ITEM_SIZE)-((TOOLBAR_ITEM_SIZE)*(TOOLBAR_MIDDLE_ITEM)))
@@ -893,17 +891,17 @@
                 type: IMAGE;
                 description { state: "default" 0.0;
                     visible: 0;
-                    min: 30 27;
-                    max: 30 27;
+                    min: 80 78;
+                    max: 80 78;
                     fixed: 1 1;
                     image.normal: "panel-top-triangle.png";
                     rel1 {
                         relative: 1.0 0.0;
-                        offset: 60 60;
+                        offset: 0 0;
                     }
                     rel2 {
                         relative: 1.0 0.0;
-                        offset: 60 60;
+                        offset: 0 0;
                     }
                 }
                 description { state: "visible" 0.0;
@@ -912,11 +910,11 @@
                     image.normal: "panel-top-triangle.png";
                     rel1 {
                         relative: 1.0 0.0;
-                        offset: -15 13;
+                        offset: -40 38;
                     }
                     rel2 {
                         relative: 1.0 0.0;
-                        offset: -15 13;
+                        offset: -40 38;
                     }
                 }
                 description { state: "pressed" 0.0;
@@ -1006,11 +1004,11 @@
                     rel2 {
                         to_y: "panel-top";
                         relative: 1.0 0.0;
-                        offset: -1 24;
+                        offset: -1 26;
                     }
                     text {
                         font: "Sans,Edje-Vera";
-                        size: 8;
+                        size: 11;
                         text: "Untitled";
                         min: 0 1;
                         align: 0.5 0.5;
@@ -1026,7 +1024,7 @@
                     rel1 {
                         to_y: "panel-top";
                         relative: 0.0 0.0;
-                        offset: (URLBAR_ITEM_SIZE+20)   68;
+                        offset: (URLBAR_ITEM_SIZE+20)   70;
                     }
                     rel2 {
                         to_y: "panel-top";
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to