raster pushed a commit to branch master.

commit 924e3eff012cb80ecb61ef0e00853f09c082d59d
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Jul 3 15:23:52 2013 +0900

    make e17 ibar separator an inset bevel so it fits in more
---
 data/themes/Makefile.am           |   1 +
 data/themes/edc/ibar-ibox.edc     |  20 +++++++++++---------
 data/themes/img/bevel_dark_in.png | Bin 0 -> 92 bytes
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am
index 2bea3fd..5215383 100644
--- a/data/themes/Makefile.am
+++ b/data/themes/Makefile.am
@@ -93,6 +93,7 @@ img/bat_shine.png \
 img/bat_top0.png \
 img/bat_top1.png \
 img/bevel_curved_horiz_out.png \
+img/bevel_dark_in.png \
 img/bevel_dark_out.png \
 img/bevel_horiz_out.png \
 img/bevel_in.png \
diff --git a/data/themes/edc/ibar-ibox.edc b/data/themes/edc/ibar-ibox.edc
index ff388ce..97f6e68 100644
--- a/data/themes/edc/ibar-ibox.edc
+++ b/data/themes/edc/ibar-ibox.edc
@@ -1,10 +1,14 @@
 group { name: "e/modules/ibar/separator/default";
-   images.image: "vertical_separated_bar_glow.png" COMP;
+   images.image: "bevel_dark_in.png" COMP;
    parts {
-      part { name: "sep"; mouse_events: 0;
+      part { name: "base";
          description { state: "default" 0.0;
-            image.normal: "vertical_separated_bar_glow.png";
-            image.border: 7 7 7 7;
+            min: 2 2;
+            max: 2 99999;
+            rel1.offset: 4 4;
+            rel2.offset: -5 -5;
+            image.normal: "bevel_dark_in.png";
+            image.border: 2 2 2 2;
             fill.smooth: 0;
          }
       }
@@ -12,13 +16,11 @@ group { name: "e/modules/ibar/separator/default";
 }
 
 group { name: "e/modules/ibar/separator/horizontal";
-   images.image: "horizontal_separated_bar_small_glow.png" COMP;
+   inherit: "e/modules/ibar/separator/default";
    parts {
-      part { name: "sep"; mouse_events: 0;
+      part { name: "base";
          description { state: "default" 0.0;
-            image.normal: "horizontal_separated_bar_small_glow.png";
-            image.border: 4 4 4 4;
-            fill.smooth: 0;
+            max: 99999 2;
          }
       }
    }
diff --git a/data/themes/img/bevel_dark_in.png 
b/data/themes/img/bevel_dark_in.png
new file mode 100644
index 0000000..f40f132
Binary files /dev/null and b/data/themes/img/bevel_dark_in.png differ

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to