raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=441736dcaaf44bf5bc5edecc410528f7e27ee1a0

commit 441736dcaaf44bf5bc5edecc410528f7e27ee1a0
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun Jun 7 11:22:31 2015 +0900

    elm theme - toolbar - adjust padding for the toolbar to not look so bad
    
    therw was always a small 2 pixel padding inside the toolbar. it just
    looks bad for toolbar so expand out to boundary of toolbar
---
 data/themes/edc/elm/toolbar.edc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/themes/edc/elm/toolbar.edc b/data/themes/edc/elm/toolbar.edc
index f9303f6..a2c157a 100644
--- a/data/themes/edc/elm/toolbar.edc
+++ b/data/themes/edc/elm/toolbar.edc
@@ -15,8 +15,8 @@ group { name: "elm/toolbar/base/default";
    parts {
       part { name: "shadow"; mouse_events: 0;
          description { state: "default" 0.0;
-            rel1.offset: -1 0;
-            rel2.offset: 0 1;
+            rel1.offset: -3 -2;
+            rel2.offset: 2 3;
             image.normal: "shadow_square_tiny.png";
             image.border: 6 6 6 6;
             fill.smooth: 0;
@@ -25,8 +25,8 @@ group { name: "elm/toolbar/base/default";
       part { name: "base";
          description { state: "default" 0.0;
             image.normal: "vgrad_med_lighter.png";
-            rel1.offset: 2 2;
-            rel2.offset: -3 -3;
+            rel1.offset: 0 0;
+            rel2.offset: -1 -1;
             fill.smooth: 0;
             TILED_HORIZ(120)
          }
@@ -40,8 +40,8 @@ group { name: "elm/toolbar/base/default";
       part { name: "elm.swallow.content"; type: SWALLOW;
          clip_to: "clipper";
          description { state: "default" 0.0;
-            rel1.offset: 2 2;
-            rel2.offset: -3 -3;
+            rel1.offset: 0 0;
+            rel2.offset: -1 -1;
          }
       }
       part { name: "bevel"; mouse_events: 0;

-- 


Reply via email to